Commit Graph

1 Commits

Author SHA1 Message Date
darroyo f5d3ecfbf3 db: fix migration for existing schema_migrations without checksum column
- Add 0007 migration to ALTER TABLE adding checksum column
- Make migration runner INSERT conditional: if checksum col exists, use it; otherwise omit
- Handles existing databases (no checksum col) and fresh installs (has checksum col) correctly
2026-07-19 22:18:06 -04:00