🩹 v2.5.1 — 2026-05-07
🐛 Bug Fixes
- Fix v73 migration startup crash on existing DBs with both old and new MiLB league codes configured under the same sort priority —
sqlite3.IntegrityError: UNIQUE constraint failed: channel_sort_priorities(#202, thanks @FuRy2K for the report)
🔧 Under the Hood
- v73 migration scalar-rename pass now declares
unique_scopecolumns per target. UNIQUE-constrained tables get a delete-before-update step so the rename can never collide. Plain UPDATE remains for tables without UNIQUE constraints on the league column.
Full Changelog: v2.5.0...v2.5.1