Skip to content

Commit

Permalink
WIP migration
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Sep 19, 2024
1 parent b2603fa commit 30c663a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@

class Migration(migrations.Migration):
dependencies = [
("wagtailimages", "0026_delete_uploadedimage"),
("wagtailcore", "0093_uploadedfile"),
("cms", "0013_alter_articlepage_intro_alter_faqpage_intro"),
("cms", "0011_infocard"),
]

operations = [
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Migration(migrations.Migration):
dependencies = [
("cms", "0012_faqpage"),
("cms", "0013_faqpage"),
]

operations = [
Expand Down

0 comments on commit 30c663a

Please sign in to comment.