From 9a2da98bd493cfaf5a15a54d381f60d9eae333d0 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Fri, 8 Dec 2023 14:21:10 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...tion_remove_account.py => 0127_automation_remove_account.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/assets/migrations/{0126_automation_remove_account.py => 0127_automation_remove_account.py} (97%) diff --git a/apps/assets/migrations/0126_automation_remove_account.py b/apps/assets/migrations/0127_automation_remove_account.py similarity index 97% rename from apps/assets/migrations/0126_automation_remove_account.py rename to apps/assets/migrations/0127_automation_remove_account.py index 6ac63ab3d..e0746326f 100644 --- a/apps/assets/migrations/0126_automation_remove_account.py +++ b/apps/assets/migrations/0127_automation_remove_account.py @@ -32,7 +32,7 @@ def migrate_automation_ansible_remove_account(apps, *args): class Migration(migrations.Migration): dependencies = [ - ('assets', '0125_auto_20231011_1053'), + ('assets', '0126_remove_asset_labels'), ] operations = [