mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-06 11:36:32 +00:00
fix: acl migrate bug
This commit is contained in:
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…
Reference in New Issue
Block a user