Closed ocean90 closed 7 years ago
Looks good to me, thanks!
@iandunn Thanks for merging! I should have noted this was kind of WIP, but at least it works. :)
I think we should improve some of the feedback messages (don't show "Successfully renamed database prefix." on dry-run) and remove the tabs/new lines from the update queries so they are in one line.
No worries, feel free to push whatever commits you think are appropriate. I trust your judgement :)
I was curious what queries the command would run so I thought a
--dry-run
argument would be a nice addition. Instead of executing the queries it would just print them to STDOUT.Let me know what you think about this idea.