From 06de0133efba0b1f1d4228eed9362aa1316bdea7 Mon Sep 17 00:00:00 2001
From: Todd Dembrey <todd.dembrey@torchbox.com>
Date: Thu, 8 Feb 2018 09:41:16 +0000
Subject: [PATCH] Update the migration from rebase

---
 .../{0015_add_addressfield.py => 0016_add_addressfield.py}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename opentech/apply/funds/migrations/{0015_add_addressfield.py => 0016_add_addressfield.py} (99%)

diff --git a/opentech/apply/funds/migrations/0015_add_addressfield.py b/opentech/apply/funds/migrations/0016_add_addressfield.py
similarity index 99%
rename from opentech/apply/funds/migrations/0015_add_addressfield.py
rename to opentech/apply/funds/migrations/0016_add_addressfield.py
index ddb114b10..bfb5d74cd 100644
--- a/opentech/apply/funds/migrations/0015_add_addressfield.py
+++ b/opentech/apply/funds/migrations/0016_add_addressfield.py
@@ -12,7 +12,7 @@ import wagtail.wagtailcore.fields
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('funds', '00014_add_meta_names'),
+        ('funds', '0015_link_user_to_application'),
     ]
 
     operations = [
-- 
GitLab