我遇到了迁移和heroku的问题。 我有一个在本地运行的django 1.7应用程序,但是当我运行manage.py migrate时,我从heroku收到以下消息错误:
django.db.utils.ProgrammingError: column "tag" of relation "website_classificado" does not exist
有什么想法吗?有没有办法通过heroku shell手动将列添加到postgres数据库?
非常感谢。
答案 0 :(得分:-1)
不幸的是我没有找到为什么没有应用迁移但是我找到了一种方法来使用连接到我的heroku数据库的pgadmin3手动添加列。 对于那些好奇知道如何做到这一点的人: Connect to a heroku database with pgadmin