Skip to content

Commit

Permalink
Fixup references to now-deleted migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Aug 7, 2023
1 parent 7daefb8 commit 9f088bc
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Migration(migrations.Migration):
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('wagtailforms', '0005_alter_formsubmission_form_data'),
('wagtailinventory', '0003_pageblock_id_bigautofield'),
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion cfgov/hmda/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
('wagtailredirects', '0006_redirect_increase_max_length'),
('wagtailforms', '0004_add_verbose_name_plural'),
('wagtailinventory', '0001_initial'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Migration(migrations.Migration):

dependencies = [
('wagtaildocs', '0010_document_file_hash'),
('v1', '0001_squashed_0235_add_use_json_field_to_streamfields'),
('v1', '0001_squashed_0254_delete_campaignpage'),
('wagtaildocs', '0007_merge'),
('wagtailimages', '0019_delete_filter'),
]
Expand Down

0 comments on commit 9f088bc

Please sign in to comment.