mirror of https://github.com/jumpserver/jumpserver
perf: Modify account migration files
parent
a50b0ac823
commit
406ac42691
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('accounts', '0006_accountcheckautomation_accountrisk'),
|
||||
('accounts', '0007_alter_accountrisk_risk'),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in New Issue