将我的应用程序和数据库与南同步。
数据库很旧,我想添加一些新列。
1: python manage.py convert_to_south myappName
2: python manage.py schemamigration myappName --auto
3: python manage.py migrate myappName --fake (did use for a table, but not the
table that is the problem)
4: python manage.py migrate myappName
一切看起来都不错,应用程序已同步一切。
但我仍然得到 1054....
有任何想法吗?