Skip to content
Snippets Groups Projects
Commit c859c7b3 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Update the migrations for the rebase

parent 47385e94
No related branches found
No related tags found
No related merge requests found
......@@ -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 = [
......
......@@ -9,7 +9,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('funds', '0005_round'),
('funds', '0007_round'),
]
operations = [
......
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment