简体   繁体   中英

Django migrations & Heroku: ProgrammingError at / column does not exist

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.

Unfortunately I didn't find out why the migrations were not being applied but I found a way to add the columns manually using pgadmin3 connected to my heroku database. For those curious to know how to do this: Connect to a heroku database with pgadmin

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM