feat: add useTransaction option to deployDb

This commit is contained in:
Pavel
2025-05-29 22:52:38 +02:00
parent 2766aedc01
commit 225520a765
6 changed files with 20 additions and 4 deletions

View File

@@ -131,6 +131,7 @@ async function testDatabaseDeploy(engine, conn, driver, dbModelsYaml, options) {
driver,
loadedDbModel: convertModelToEngine(loadedDbModel, driver),
dbdiffOptionsExtra,
useTransaction: engine.runDeployInTransaction,
});
}

View File

@@ -711,6 +711,7 @@ const firebirdEngine = {
},
],
skipOnCI: false,
runDeployInTransaction: true,
// skipChangeColumn: true,
// skipIndexes: true,
// skipStringLength: true,