* 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
6 lines
210 B
Markdown
6 lines
210 B
Markdown
---
|
|
"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.
|