Comments
This commit is contained in:
parent
e7859a8a47
commit
d289a8869a
|
@ -337,7 +337,7 @@ async function performAppCreate(ctx: UserCtx) {
|
|||
await createApp(appId)
|
||||
}
|
||||
|
||||
// Initialise app migration version
|
||||
// Initialise the app migration version as the latest one
|
||||
await appMigrations.updateAppMigrationMetadata({
|
||||
appId,
|
||||
version: appMigrations.latestMigration,
|
||||
|
|
Loading…
Reference in New Issue