Add 'Redo' command

Issue #5 resolved
Daniel Heath created an issue

Rails migrations have a task called 'redo' which re-runs the most recently applied migration. This runs the 'down' script followed by the 'up' script

This is handy when putting together a new migration since you just have one command to run to apply your changes.

Comments (6)

  1. Liam Staskawicz repo owner

    Sounds handy. If you have time/energy to code it up, I'd be happy to include it.

  2. Liam Staskawicz repo owner

    I don't think any code has been submitted for this one, so just leaving it here for now as a reminder.

  3. Liam Staskawicz repo owner

    Ah - I had just not pulled that back into my local tree, so wasn't seeing it. Will resolve, thanks.

  4. Log in to comment