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 fc3e44220e537302b945bf607b446b599357b791..bffac1836bc064fe92fa984a9f11fc72518075dd 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 = [