mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Enable logging when running migrations on source of truth DBs
This commit is contained in:
parent
203010613a
commit
643c94f34f
@ -217,6 +217,7 @@ export async function runMigrationNeeded(options: {
|
||||
migrationFiles: options.migrationFiles,
|
||||
artificialDelayInSeconds: options.artificialDelayInSeconds,
|
||||
schema: options.schema,
|
||||
logging: true,
|
||||
});
|
||||
} else {
|
||||
throw e;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user