Programming, ruby-on-rails IT Nursery 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 VERSION=n is the right way to... May 28, 2022 0 Comments