fix(migrations): use exact smartdata collection names in route unification migration

This commit is contained in:
2026-04-13 18:08:36 +00:00
parent 19398ea836
commit 36b629676f
5 changed files with 36 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-13 - 13.16.1 - fix(migrations)
use exact smartdata collection names in route unification migration
- Update the 13.16.0 migration to rename StoredRouteDoc to RouteDoc using case-sensitive collection names
- Apply the origin backfill against the RouteDoc collection and drop RouteOverrideDoc with matching class-name casing
- Clarify migration description and comments to reflect smartdata's exact class-name collection mapping
## 2026-04-13 - 13.16.0 - feat(routes)
unify route storage and management across config, email, dns, and API origins