mirror of https://github.com/jumpserver/jumpserver
fix: 修复 default 组织迁移脚本问题
parent
24fb8b2a89
commit
840e5e8863
|
@ -66,6 +66,7 @@ class Migration(migrations.Migration):
|
|||
|
||||
dependencies = [
|
||||
('orgs', '0009_auto_20201023_1628'),
|
||||
('perms', '0018_auto_20210208_1515'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Reference in New Issue