From 406ac4269115d0729ee507fd7acd3c7555305e9c Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 12 Nov 2024 10:53:16 +0800 Subject: [PATCH] perf: Modify account migration files --- ...ter_change.py => 0008_automation_check_conn_after_change.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/accounts/migrations/{0007_automation_check_conn_after_change.py => 0008_automation_check_conn_after_change.py} (90%) diff --git a/apps/accounts/migrations/0007_automation_check_conn_after_change.py b/apps/accounts/migrations/0008_automation_check_conn_after_change.py similarity index 90% rename from apps/accounts/migrations/0007_automation_check_conn_after_change.py rename to apps/accounts/migrations/0008_automation_check_conn_after_change.py index f5a4fc967..91baa4075 100644 --- a/apps/accounts/migrations/0007_automation_check_conn_after_change.py +++ b/apps/accounts/migrations/0008_automation_check_conn_after_change.py @@ -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 = [