This commit is contained in:
Adria Navarro 2023-12-05 12:58:53 +01:00
parent e7859a8a47
commit d289a8869a
1 changed files with 1 additions and 1 deletions

View File

@ -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,