From 75bab70ccf6cc641336bfc62a47dd678e60c4ea0 Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:33:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A6=E5=8F=B7=E8=BF=81=E7=A7=BB?= =?UTF-8?q?=E6=96=87=E4=BB=B6=20(#12059)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: feng <1304903146@qq.com> --- ...ecipients.py => 0019_gatheraccountsautomation_recipients.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename apps/accounts/migrations/{0018_gatheraccountsautomation_recipients.py => 0019_gatheraccountsautomation_recipients.py} (87%) diff --git a/apps/accounts/migrations/0018_gatheraccountsautomation_recipients.py b/apps/accounts/migrations/0019_gatheraccountsautomation_recipients.py similarity index 87% rename from apps/accounts/migrations/0018_gatheraccountsautomation_recipients.py rename to apps/accounts/migrations/0019_gatheraccountsautomation_recipients.py index ffa201d4d..fa190f8ac 100644 --- a/apps/accounts/migrations/0018_gatheraccountsautomation_recipients.py +++ b/apps/accounts/migrations/0019_gatheraccountsautomation_recipients.py @@ -8,7 +8,7 @@ class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('accounts', '0017_alter_automationexecution_options'), + ('accounts', '0018_accountbackupautomation_backup_type_and_more'), ] operations = [