Skip to content

Commit

Permalink
blog - fix migrations
Browse files Browse the repository at this point in the history
creating a blog index page as part of the migrations was failing
because wagtailcore introduced a new page field, 'locked_at', in
a migration that wasn't listed as a dependency
  • Loading branch information
phette23 committed Oct 21, 2021
1 parent ce8020a commit f0baf62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/blog/migrations/0003_create_blogindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Migration(migrations.Migration):
('blog', '0002_blogindex'),
('home', '0002_create_homepage'),
('wagtailcore', '0040_page_draft_title'),
('wagtailcore', '0043_lock_fields'),
]

operations = [
Expand Down

0 comments on commit f0baf62

Please sign in to comment.