rake db:rollback
October 27th, 2007
A new rake task, rollback, which will revert the latest applied migration.
rake db:rollback
Or for multiple steps back:
rake db:rollback STEP=2
A new rake task, rollback, which will revert the latest applied migration.
rake db:rollback
Or for multiple steps back:
rake db:rollback STEP=2
Sorry, comments are closed for this article.