From ebc4bac647c825aa7f9c7d4af290fc857c9659fb Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 7 Dec 2020 15:26:14 +0100
Subject: [PATCH] Migration update after rebase.

---
 ...> 0084_add_all_except_dismissed_outcome_reviewersettings.py} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename hypha/apply/funds/migrations/{0081_add_all_except_dismissed_outcome_reviewersettings.py => 0084_add_all_except_dismissed_outcome_reviewersettings.py} (88%)

diff --git a/hypha/apply/funds/migrations/0081_add_all_except_dismissed_outcome_reviewersettings.py b/hypha/apply/funds/migrations/0084_add_all_except_dismissed_outcome_reviewersettings.py
similarity index 88%
rename from hypha/apply/funds/migrations/0081_add_all_except_dismissed_outcome_reviewersettings.py
rename to hypha/apply/funds/migrations/0084_add_all_except_dismissed_outcome_reviewersettings.py
index d3ea4afa3..456025496 100644
--- a/hypha/apply/funds/migrations/0081_add_all_except_dismissed_outcome_reviewersettings.py
+++ b/hypha/apply/funds/migrations/0084_add_all_except_dismissed_outcome_reviewersettings.py
@@ -6,7 +6,7 @@ from django.db import migrations, models
 class Migration(migrations.Migration):
 
     dependencies = [
-        ('funds', '0080_add_yes_and_default_fields_to_screening_status'),
+        ('funds', '0083_remove_screening_status_field'),
     ]
 
     operations = [
-- 
GitLab