После обновления с v6.3 до v6.4 команда migrate сообщает, что модели изменились, но миграций не существует.Поскольку я не хочу нарушать мою существующую установку: это предупреждение можно игнорировать?Должен ли я следовать совету, каков риск этого сделать?
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.