When I run $ heroku run rake db:migrate, I get “Multiple migrations have the name CreateScreencasts”.
Or I get: Multiple migrations have the version number 20121121161626
Is there a way to delete migrations on Heroku?
(My app code only has one)
Thanks
If you have only one migration in your git repo, you should have only one migration in your heroku repo.
It may be because you deleted an old migration which is still registered in the heroku database. Is it acceptable for you to reset your heroku database ?