SyntaxFix
Write A Post
Hire A Developer
Questions
For starters
rake db:rollback will get you back one step
rake db:rollback
then
rake db:rollback STEP=n
Will roll you back n migrations where n is the number of recent migrations you want to rollback.
n
More references here.