In order to test a new Rails plugin that I wrote, I’d like to check if the migration of that plugin works correctly. So I created a new test app, added the plugin, generated the migration and migrated up (which works fine). I now would also like to check the down migration. But rake db:migrate:down wants a version number. What should I provide? It is the only migration and VERSION=0 doesn’t work.
In order to test a new Rails plugin that I wrote, I’d like to
Share
See the Official Guides