fix: acl migrate bug

pull/7089/head
feng626 2021-10-27 11:26:56 +08:00 committed by Jiangjie.Bai
parent 3fffd667dc
commit c93ab15351
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('acls', '0001_initial'),
('authentication', '0004_ssotoken'),
]
operations = [