fix: Migration

This commit is contained in:
zhangzhanwei 2025-10-30 17:22:36 +08:00 committed by zhanweizhang7
parent d0cd6d657a
commit d9bda9679d

View File

@ -64,6 +64,9 @@ def auth_folder(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('system_manage', '0002_refresh_collation_reindex'),
('tools', '0001_initial'),
('application', '0001_initial'),
('knowledge', '0001_initial'),
]
operations = [