Skip to content

Commit

Permalink
Fix migration conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorduch committed Mar 20, 2024
1 parent 29b24db commit fa57f4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class Migration(migrations.Migration):

dependencies = [
('collection', '0006_alter_collection_body'),
('collection', '0007_alter_collection_body'),
]

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

dependencies = [
('home', '0062_remove_legacy_subscribe_page_models'),
('home', '0063_auto_20240308_1840'),
]

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

dependencies = [
('in_depth', '0036_auto_20230609_1503'),
('in_depth', '0037_auto_20240308_1840'),
]

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

dependencies = [
('report', '0028_optional_boxblock_title_field'),
('report', '0029_alter_report_sections'),
]

operations = [
Expand Down

0 comments on commit fa57f4f

Please sign in to comment.