fix: adds optimize indexes (33) to migration runner (#330)

* fix: adds optimize indexes (33) to migration runner

* chore: add changeset for migration 033 runner registration fix

* test: update migration count assertions for 033_optimize_content_indexes
This commit is contained in:
Matt ‘TK’ Taylor
2026-04-07 11:52:55 +01:00
committed by GitHub
parent a996387de4
commit 5b3e33c26b
5 changed files with 14 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
"emdash": patch
---
Fixes migration 033 (optimize content indexes) not being registered in the static migration runner, so the composite and partial indexes it defines are now actually applied on startup.