Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUBY

how to reset migrations rails

To rollback all migrations the best solution is:

rake db:migrate VERSION=0
This will rollback any migrations without losing data. Then, run all migrations again with

rake db:migrate
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reset #migrations #rails
ADD COMMENT
Topic
Name
8+9 =