Skip to content

Commit

Permalink
Create migration for zen_mode field removal in page models
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Jun 17, 2024
1 parent af5b7b3 commit 514f22c
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Django 4.2.11 on 2024-06-14 21:12

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("wagtailpages", "0137_blogsignup_privacy_notice_cta_privacy_notice"),
]

operations = [
migrations.RemoveField(
model_name="modularpage",
name="zen_nav",
),
migrations.RemoveField(
model_name="primarypage",
name="zen_nav",
),
]

0 comments on commit 514f22c

Please sign in to comment.