Skip to content

Commit

Permalink
Merge pull request #7884 from cfpb/feature/squash-migrations-2
Browse files Browse the repository at this point in the history
Cleanup from squashing Django migrations
  • Loading branch information
chosak authored Aug 8, 2023
2 parents 3b7d8e6 + a09d7fd commit d115e50
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 186,315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@


class Migration(migrations.Migration):

replaces = [('ask_cfpb', '0001_squashed_0047_add_use_json_field_to_streamfields'), ('ask_cfpb', '0002_remove_answerpage_redirect_to_page'), ('ask_cfpb', '0003_remove_answerpage_share_and_print'), ('ask_cfpb', '0004_new_table_block')]

initial = True

dependencies = [
Expand All @@ -28,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

This file was deleted.

This file was deleted.

This file was deleted.

672 changes: 0 additions & 672 deletions cfgov/ask_cfpb/migrations/0004_new_table_block.py

This file was deleted.

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,10 @@


class Migration(migrations.Migration):

replaces = [('filing_instruction_guide', '0001_squashed_0011_add_use_json_field_to_streamfields'), ('filing_instruction_guide', '0012_remove_content_image_bleed_option'), ('filing_instruction_guide', '0013_fig_no_tables'), ('filing_instruction_guide', '0014_new_table_block')]

initial = True

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

operations = [
Expand Down

This file was deleted.

8,147 changes: 0 additions & 8,147 deletions cfgov/filing_instruction_guide/migrations/0013_fig_no_tables.py

This file was deleted.

8,532 changes: 0 additions & 8,532 deletions cfgov/filing_instruction_guide/migrations/0014_new_table_block.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@


class Migration(migrations.Migration):

replaces = [('form_explainer', '0001_squashed_0006_add_use_json_field_to_streamfields'), ('form_explainer', '0007_remove_content_image_bleed_option'), ('form_explainer', '0008_new_table_block')]

initial = True

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

operations = [
Expand Down

This file was deleted.

809 changes: 0 additions & 809 deletions cfgov/form_explainer/migrations/0008_new_table_block.py

This file was deleted.

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
Loading

0 comments on commit d115e50

Please sign in to comment.