Answers for "rails relaunch specific migration"

1

rollback specific migration rails

rake db:migrate:down VERSION=YOUR_MIGRATION_VERSION
Posted by: Guest on November-16-2021
0

run a specific migration rails

rake db:migrate:up VERSION=20090408054532
Posted by: Guest on May-13-2020

Code answers related to "rails relaunch specific migration"

Browse Popular Code Answers by Language