How to rollback just one step using rake db:migrate
After adding migration files in the db/migrate folder and running rake db:migrate, I want get back to the previous step, I think using … Read more
After adding migration files in the db/migrate folder and running rake db:migrate, I want get back to the previous step, I think using … Read more