diff --git a/opentech/apply/funds/migrations/0020_applicationsubmission_form_fields.py b/opentech/apply/funds/migrations/0022_applicationsubmission_form_fields.py similarity index 99% rename from opentech/apply/funds/migrations/0020_applicationsubmission_form_fields.py rename to opentech/apply/funds/migrations/0022_applicationsubmission_form_fields.py index 1fc6aa2ca9d5c5ee898914d6414fb36926a5d8c7..be99a13260756412bada68dbf73a2b5a5ab175e5 100644 --- a/opentech/apply/funds/migrations/0020_applicationsubmission_form_fields.py +++ b/opentech/apply/funds/migrations/0022_applicationsubmission_form_fields.py @@ -12,7 +12,7 @@ import wagtail.wagtailcore.fields class Migration(migrations.Migration): dependencies = [ - ('funds', '0019_protect_submission'), + ('funds', '0021_rename_workflow_field'), ] operations = [ diff --git a/opentech/apply/funds/migrations/0021_round_lead.py b/opentech/apply/funds/migrations/0023_round_lead.py similarity index 91% rename from opentech/apply/funds/migrations/0021_round_lead.py rename to opentech/apply/funds/migrations/0023_round_lead.py index 6d9d8c2377dbe2b1b6e50c10a41ef19e74e9bbc6..df3a73882afa0a1f4fa94d1c1d67d8d52af6a839 100644 --- a/opentech/apply/funds/migrations/0021_round_lead.py +++ b/opentech/apply/funds/migrations/0023_round_lead.py @@ -11,7 +11,7 @@ class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('funds', '0020_applicationsubmission_form_fields'), + ('funds', '0022_applicationsubmission_form_fields'), ] operations = [