From 5a8782de91972ee2f908bff8dd4c35259a11876f Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 15 Feb 2018 17:33:19 +0000
Subject: [PATCH] Update the migrations from the rebase

---
 ...form_fields.py => 0022_applicationsubmission_form_fields.py} | 2 +-
 .../funds/migrations/{0021_round_lead.py => 0023_round_lead.py} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename opentech/apply/funds/migrations/{0020_applicationsubmission_form_fields.py => 0022_applicationsubmission_form_fields.py} (99%)
 rename opentech/apply/funds/migrations/{0021_round_lead.py => 0023_round_lead.py} (91%)

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 1fc6aa2ca..be99a1326 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 6d9d8c237..df3a73882 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 = [
-- 
GitLab