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

GH-985: Rebase and correct the migrations

parent b94522aa
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
dependencies = [
('auth', '0009_alter_user_last_name_max_length'),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('funds', '0059_add_community_review_workflow'),
('funds', '0060_add_duration_type_in_duration_block'),
]
operations = [
......
......@@ -44,7 +44,7 @@ def add_reviewer_type(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
('funds', '0060_prepare_assigned_reviewers_for_data_migration'),
('funds', '0061_prepare_assigned_reviewers_for_data_migration'),
]
operations = [
......
......@@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('funds', '0061_data_migrate_type_for_assigned_reviewers'),
('funds', '0062_data_migrate_type_for_assigned_reviewers'),
]
operations = [
......
......@@ -75,7 +75,7 @@ class Migration(migrations.Migration):
dependencies = [
('review', '0017_add_temp_author_field'),
('funds', '0062_make_reviewer_type_required'),
('funds', '0063_make_reviewer_type_required'),
('users', '0010_add_community_reviewer_group'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment