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 d3ea4afa365acbc3165a2d41cb491ae344931b0e..4560254962b2eb53c62a95610a0126b484d2c2a2 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 = [