Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Sep 2, 2024
1 parent bae64bc commit 8aa79c0
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 @@ -32,7 +32,7 @@ def forwards(apps, schema_editor):
class Migration(migrations.Migration):

dependencies = [
("peachjam", "0150_peachjamsettings_survey_link_and_more"),
("peachjam", "0151_folder_peachjamsettings_allow_save_documents_and_more"),
]

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

dependencies = [
("peachjam", "0151_backfill_natures"),
("peachjam", "0152_backfill_natures"),
]

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

dependencies = [
("peachjam", "0152_alter_coredocument_nature"),
("peachjam", "0153_alter_coredocument_nature"),
]

operations = [
Expand Down

0 comments on commit 8aa79c0

Please sign in to comment.