From 1d7d006e478fa43048184c78d2b2637590916a89 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson <frjo@xdeb.org> Date: Thu, 9 Jul 2020 12:11:54 +0200 Subject: [PATCH] Migration update after rebase. --- ...ld_forms.py => 0076_add_determination_stream_field_forms.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hypha/apply/funds/migrations/{0075_add_determination_stream_field_forms.py => 0076_add_determination_stream_field_forms.py} (97%) diff --git a/hypha/apply/funds/migrations/0075_add_determination_stream_field_forms.py b/hypha/apply/funds/migrations/0076_add_determination_stream_field_forms.py similarity index 97% rename from hypha/apply/funds/migrations/0075_add_determination_stream_field_forms.py rename to hypha/apply/funds/migrations/0076_add_determination_stream_field_forms.py index fc3e44220..bffac1836 100644 --- a/hypha/apply/funds/migrations/0075_add_determination_stream_field_forms.py +++ b/hypha/apply/funds/migrations/0076_add_determination_stream_field_forms.py @@ -9,7 +9,7 @@ class Migration(migrations.Migration): dependencies = [ ('determinations', '0010_add_determination_stream_field_forms'), - ('funds', '0074_add_word_limit_to_text_blocks'), + ('funds', '0075_auto_20200629_1707'), ] operations = [ -- GitLab