mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Migration
This commit is contained in:
parent
d0cd6d657a
commit
d9bda9679d
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue