Rolling back Rails Database migrations
I ran into a situation at work where I had to roll back Rails migrations to get my database back into a usable state.
rails db:migrate:status - This shows us the current status of our migrations.
StatusMigration IDMigration
up20350319081542Fir...
blog.vsrinath.dev1 min read