mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
fix issue with migration
This commit is contained in:
parent
091cf25de8
commit
7417c869fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue