fix: acl migrate bug

pull/7089/head
feng626 3 years ago committed by Jiangjie.Bai
parent 3fffd667dc
commit c93ab15351

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

Loading…
Cancel
Save