mirror of
https://github.com/therootcompany/golib.git
synced 2026-09-10 04:59:24 +00:00
parseAndFixupBatches treated every line as a migration name, but the new log format uses id\tname (tab-separated). This caused fixupMigration to look for non-existent files like '05aba66a\t2026-06-03-003000_team-create.up.sql'. Align with shmigrate.Applied() which already handles both formats.