Skip to content

Commit

Permalink
Merge pull request #1636 from laws-africa/migrations
Browse files Browse the repository at this point in the history
fix clashing migrations
  • Loading branch information
longhotsummer authored Dec 5, 2023
2 parents 1acc1ad + 5d133f1 commit 77b26ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
("peachjam", "0109_add_overturned_and_upheld_predicates"),
("peachjam", "0110_alter_peachjamsettings_options"),
]

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

dependencies = [
("peachjam", "0110_alter_peachjamsettings_options"),
("peachjam", "0111_peachjamsettings_admin_emails"),
]

operations = [
Expand Down

0 comments on commit 77b26ca

Please sign in to comment.