Skip to content

Commit

Permalink
Update schema migration
Browse files Browse the repository at this point in the history
  • Loading branch information
SharmaineLim committed Feb 7, 2025
1 parent 55688a0 commit 3a12142
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class Migration(migrations.Migration):
dependencies = [
("navigation", "0006_use_custom_streamfield"),
("wagtailcore", "0094_alter_page_locale"),
]

operations = [
Expand Down Expand Up @@ -38,5 +39,8 @@ class Migration(migrations.Migration):
),
),
],
options={
"abstract": False,
},
),
]

0 comments on commit 3a12142

Please sign in to comment.