我运行
python manage.py makemigrations,我得到:
未检测到任何更改
然后,python manage.py迁移,我得到:
无需迁移.
未检测到任何更改
然后,python manage.py迁移,我得到:
无需迁移.
然后,我尝试将更改推送到生产:
git push heroku master
一切都是最新的
然后,在生产中,我重复命令:
heroku运行python manage.py migrate
无需迁移.
为了以防万一,我在生产中运行makemigrations:
heroku run python manage.py makemigrations No changes detected
为什么我得到一个
ProgrammingError at .... column .... does not exist