Skip to content

Commit 7417c86

Browse files
committed
fix issue with migration
1 parent 091cf25 commit 7417c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const migrations = await Promise.all(
5151
Number(match[6]),
5252
)
5353
: 0
54-
return { sql, timestamp }
54+
return { sql, timestamp, name }
5555
}),
5656
)
5757
console.log(`Loaded ${migrations.length} migrations`)

0 commit comments

Comments
 (0)