mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-15 05:04:50 +00:00
fix issue with migration
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user