mirror of https://github.com/jumpserver/jumpserver
fix: 修复 accounts 迁移文件编号冲突
parent
e891283925
commit
a297355a0d
|
@ -7,7 +7,7 @@ import uuid
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('accounts', '0012_auto_20230621_1456'),
|
('accounts', '0013_account_backup_recipients'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue