Skip to content

Commit

Permalink
fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jun 28, 2024
1 parent 5d93f0d commit bc1bbed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pages/migrations/0084_customizablepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Migration(migrations.Migration):

dependencies = [
("pages", "0083_alter_k12mainpage_testimonials"),
("wagtailcore", "0093_uploadedfile"),
]

operations = [
Expand Down
2 changes: 0 additions & 2 deletions snippets/migrations/0037_pagelayout.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ class Migration(migrations.Migration):

dependencies = [
("snippets", "0036_contentwarning"),
("wagtailcore", "0093_uploadedfile"),
("wagtailimages", "0026_delete_uploadedimage"),
]

operations = [
Expand Down

0 comments on commit bc1bbed

Please sign in to comment.