From bdc08e132d969a0c534004a84a5cc5bd68511d08 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Wed, 4 Dec 2019 10:11:02 +0100
Subject: [PATCH] Migration fixes after rebase.

---
 ...le_by_report_notify.py => 0053_nullable_by_report_notify.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename opentech/apply/activity/migrations/{0052_nullable_by_report_notify.py => 0053_nullable_by_report_notify.py} (97%)

diff --git a/opentech/apply/activity/migrations/0052_nullable_by_report_notify.py b/opentech/apply/activity/migrations/0053_nullable_by_report_notify.py
similarity index 97%
rename from opentech/apply/activity/migrations/0052_nullable_by_report_notify.py
rename to opentech/apply/activity/migrations/0053_nullable_by_report_notify.py
index 5f21463d7..5f4facc46 100644
--- a/opentech/apply/activity/migrations/0052_nullable_by_report_notify.py
+++ b/opentech/apply/activity/migrations/0053_nullable_by_report_notify.py
@@ -8,7 +8,7 @@ import django.db.models.deletion
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('activity', '0051_report_frequency_change'),
+        ('activity', '0052_report_frequency_change'),
     ]
 
     operations = [
-- 
GitLab