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