Fix initial checks
This commit is contained in:
parent
a427b322be
commit
d46b22e4a6
|
@ -17,7 +17,7 @@ export const getLatestMigrationId = () =>
|
|||
.sort()
|
||||
.reverse()[0]
|
||||
|
||||
const getTimestamp = (versionId: string) => versionId?.split("_")[0]
|
||||
const getTimestamp = (versionId: string) => versionId?.split("_")[0] || ""
|
||||
|
||||
export async function checkMissingMigrations(
|
||||
ctx: UserCtx,
|
||||
|
|
Loading…
Reference in New Issue