Answers for "rails no migration with version number"

0

rails no migration with version number

rake db:migrate:status 
# returns something like
# up 20200424185017 migration name
# up 20200507195924 ********** NO FILE **********

rake db:migrate:down VERSION=x
# x = version number you want to migrate to, in this case it would probably be 20200424185017
Posted by: Guest on May-11-2020

Code answers related to "rails no migration with version number"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language