Skip to content

Commit 1a60d8c

Browse files
committed
feat: add dependency for system_manage in initial migration and update subproject commit hashes
1 parent 7e67fbc commit 1a60d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/models_provider/migrations/0001_initial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Migration(migrations.Migration):
3131

3232
dependencies = [
3333
('users', '0001_initial'),
34+
('system_manage', '0001_initial'),
3435
]
3536

3637
operations = [

0 commit comments

Comments
 (0)