ruby on rails - How to rollback database migration on Heroku -
i deployed code , database changes heroku , roll back. have releases add-on , able roll code not database. didn't backup database can't restore. tried "heroku rake db:rollback" didn't anything. knows?
you have run heroku rake db:rollback while updated code has .down migration deployed heroku. after that, can rollback code.
Comments
Post a Comment