diff --git a/opentech/apply/funds/migrations/0005_round.py b/opentech/apply/funds/migrations/0007_round.py similarity index 92% rename from opentech/apply/funds/migrations/0005_round.py rename to opentech/apply/funds/migrations/0007_round.py index e839c88745c36b286bf86a7ab58809fe350d5fdc..14ed8c2dbdf4b303871d1c486fc0d25cc29404de 100644 --- a/opentech/apply/funds/migrations/0005_round.py +++ b/opentech/apply/funds/migrations/0007_round.py @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('wagtailcore', '0040_page_draft_title'), - ('funds', '0004_categoryblock_add_required_option'), + ('funds', '0006_update_block_definitions'), ] operations = [ diff --git a/opentech/apply/funds/migrations/0006_add_dates_to_round.py b/opentech/apply/funds/migrations/0008_add_date_to_round.py similarity index 94% rename from opentech/apply/funds/migrations/0006_add_dates_to_round.py rename to opentech/apply/funds/migrations/0008_add_date_to_round.py index 747ef134788e1689cc12dc9d1e47105361b116c4..b57db907c91167001264c42c3c74a2e479d885c3 100644 --- a/opentech/apply/funds/migrations/0006_add_dates_to_round.py +++ b/opentech/apply/funds/migrations/0008_add_date_to_round.py @@ -9,7 +9,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('funds', '0005_round'), + ('funds', '0007_round'), ] operations = [ diff --git a/opentech/apply/funds/migrations/0007_update_date_fields.py b/opentech/apply/funds/migrations/0009_update_date_fields.py similarity index 93% rename from opentech/apply/funds/migrations/0007_update_date_fields.py rename to opentech/apply/funds/migrations/0009_update_date_fields.py index 7b6b2829535b0139d491a0be0589e4acad48430e..ed7261b0f1e6dc064eb9d4f2640e19d633b05365 100644 --- a/opentech/apply/funds/migrations/0007_update_date_fields.py +++ b/opentech/apply/funds/migrations/0009_update_date_fields.py @@ -9,7 +9,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('funds', '0006_add_dates_to_round'), + ('funds', '0008_add_date_to_round'), ] operations = [