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