Skip to content

Commit

Permalink
Merge pull request #1637 from laws-africa/migrations
Browse files Browse the repository at this point in the history
swap migration order
  • Loading branch information
longhotsummer authored Dec 5, 2023
2 parents 77b26ca + b4730ce commit 2e5d1d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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", "0109_add_overturned_and_upheld_predicates"),
]

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", "0109_add_overturned_and_upheld_predicates"),
("peachjam", "0110_peachjamsettings_admin_emails"),
]

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", "0111_peachjamsettings_admin_emails"),
("peachjam", "0111_alter_peachjamsettings_options"),
]

operations = [
Expand Down

0 comments on commit 2e5d1d6

Please sign in to comment.