Files
move-data-nas/internal/db
darroyo 5cb21ddceb db: fix migration runner - proper schema_migrations checksum handling for existing DBs
- Check if checksum column exists before querying it
- For old DBs (no checksum col): use COUNT(*) to check if migration applied
- For new DBs (has checksum col): use checksum value
- All migrations run in a single transaction
2026-07-19 22:20:55 -04:00
..