将 Kiwi TCMS 从 v6.3 升级到 v6.4
Upgrade Kiwi TCMS from v6.3 to v6.4
从 v6.3 升级到 v6.4 后,迁移命令报告模型已更改但不存在迁移。
因为我不想破坏我现有的安装:可以忽略此警告吗?我必须听从建议吗,这样做有什么风险?
docker container exec -it kiwi_web /Kiwi/manage.py migrate
Operations to perform:
Apply all migrations: admin, attachments, auth, contenttypes, core, django_comments, kiwi_auth, linkreference, management, sessions, sites, testcases, testplans, testruns
Running migrations:
No migrations to apply.
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
重复的
已在 6.5 中修复(问题来自依赖库),请参阅变更日志
从 v6.3 升级到 v6.4 后,迁移命令报告模型已更改但不存在迁移。 因为我不想破坏我现有的安装:可以忽略此警告吗?我必须听从建议吗,这样做有什么风险?
docker container exec -it kiwi_web /Kiwi/manage.py migrate
Operations to perform:
Apply all migrations: admin, attachments, auth, contenttypes, core, django_comments, kiwi_auth, linkreference, management, sessions, sites, testcases, testplans, testruns
Running migrations:
No migrations to apply.
Your models have changes that are not yet reflected in a migration, and so won't be applied.
Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.
重复的
已在 6.5 中修复(问题来自依赖库),请参阅变更日志