Skip to content

Commit

Permalink
Fixing migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhowbrook committed Dec 15, 2023
1 parent 23f74d1 commit 2e50c16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ class Migration(migrations.Migration):
),
),
(
"stats_block",
"statistics",
wagtail.blocks.StructBlock(
[
(
Expand Down Expand Up @@ -1679,7 +1679,7 @@ class Migration(migrations.Migration):
),
),
(
"carousel_text_block",
"carousel_and_text",
wagtail.blocks.StructBlock(
[
(
Expand Down

0 comments on commit 2e50c16

Please sign in to comment.