Skip to content

Commit 331373e

Browse files
committed
fix: Migration
1 parent aba41c4 commit 331373e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/system_manage/migrations/0003_alter_workspaceuserresourcepermission_target.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ def auth_folder(apps, schema_editor):
6464
class Migration(migrations.Migration):
6565
dependencies = [
6666
('system_manage', '0002_refresh_collation_reindex'),
67+
('tools', '0001_initial'),
68+
('application', '0001_initial'),
69+
('knowledge', '0001_initial'),
6770
]
6871

6972
operations = [

0 commit comments

Comments
 (0)