fix issue with migration

This commit is contained in:
Dax Raad 2026-03-06 16:44:38 -05:00
commit 7417c869fc

View file

@ -51,7 +51,7 @@ const migrations = await Promise.all(
Number(match[6]), Number(match[6]),
) )
: 0 : 0
return { sql, timestamp } return { sql, timestamp, name }
}), }),
) )
console.log(`Loaded ${migrations.length} migrations`) console.log(`Loaded ${migrations.length} migrations`)