perf: Modify account migration files

pull/14449/head
feng 2024-11-12 10:53:16 +08:00 committed by feng626
parent a50b0ac823
commit 406ac42691
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [