Enable logging when running migrations on source of truth DBs

This commit is contained in:
Konstantin Wohlwend 2025-10-10 20:32:56 -07:00
parent 203010613a
commit 643c94f34f

View File

@ -217,6 +217,7 @@ export async function runMigrationNeeded(options: {
migrationFiles: options.migrationFiles,
artificialDelayInSeconds: options.artificialDelayInSeconds,
schema: options.schema,
logging: true,
});
} else {
throw e;