I'm having a problem with migrations and heroku. I have a django 1.7 app that is running locally but I get the following message error from heroku when I run manage.py migrate:
django.db.utils.ProgrammingError: column "tag" of relation "website_classificado" does not exist
Any ideas? Is there a way to manually add columns to the postgres database through the heroku shell?
Many thanks.