Skip to content

Commit

Permalink
Update migration order
Browse files Browse the repository at this point in the history
  • Loading branch information
ramram-mf committed Sep 19, 2024
1 parent dd27a9c commit b56cab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.15 on 2024-09-11 06:29
# Generated by Django 4.2.15 on 2024-09-19 20:09

import django.db.models.deletion
from django.db import migrations, models
Expand All @@ -8,7 +8,7 @@ class Migration(migrations.Migration):

dependencies = [
("wagtailcore", "0089_log_entry_data_json_null_to_object"),
("wagtailpages", "0161_alter_homepage_ideas_headline_and_more"),
("wagtailpages", "0162_alter_articlepage_body"),
]

operations = [
Expand Down

0 comments on commit b56cab0

Please sign in to comment.