ruby on rails - Heroku ignoring recent migrations -
i ran heroku rake db:migrate
, 3 of recent migrations being ignored completely. i've pushed heroku , github it's heroku doesn't think these exist.
git status
reveals nothing amiss, , github repo contains migration files in right place.
what's wrong?
from you've said should work..
if you're stuck, try pulling production database heroku, migrating on local machine , pushing database heroku?
at least might able see what's going on in database @ least?
http://blog.heroku.com/archives/2009/3/18/push_and_pull_databases_to_and_from_heroku/
Comments
Post a Comment