Skip to content

Commit cc89cda

Browse files
author
Jasper Berghoef
committed
Fix migration ordering
1 parent 49d2fde commit cc89cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wagtail_personalisation/migrations/0013_segment_status_as_boolean.py renamed to src/wagtail_personalisation/migrations/0021_segment_status_as_boolean.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
('wagtail_personalisation', '0012_remove_personalisablepagemetadata_is_segmented'),
11+
('wagtail_personalisation', '0020_rules_delete_relatedqueryname'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)