Answers for "rails rollback specific migration"

3

rails rollback multiple migrations

rake db:rollback STEP=n 
# n = how many migrations you want to rollback
Posted by: Guest on May-11-2020
0

rials db down

bin/rails db:migrate:down VERSION=YYYYMMDDHHMMSS
Posted by: Guest on March-09-2020
-2

rails db:rollback

rake db:rollback VERSION=n
# n = the version you want to rollback to
Posted by: Guest on September-15-2020

Code answers related to "rails rollback specific migration"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language