diff --git a/packages/opencode/script/build.ts b/packages/opencode/script/build.ts index b5d6e8adfb2..4ff610862d1 100755 --- a/packages/opencode/script/build.ts +++ b/packages/opencode/script/build.ts @@ -51,7 +51,7 @@ const migrations = await Promise.all( Number(match[6]), ) : 0 - return { sql, timestamp } + return { sql, timestamp, name } }), ) console.log(`Loaded ${migrations.length} migrations`)