mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
feat: skip data modifiaciton for firebird
This commit is contained in:
@@ -712,6 +712,7 @@ const firebirdEngine = {
|
|||||||
],
|
],
|
||||||
skipOnCI: false,
|
skipOnCI: false,
|
||||||
runDeployInTransaction: true,
|
runDeployInTransaction: true,
|
||||||
|
skipDataModifications: true,
|
||||||
// skipChangeColumn: true,
|
// skipChangeColumn: true,
|
||||||
// skipIndexes: true,
|
// skipIndexes: true,
|
||||||
// skipStringLength: true,
|
// skipStringLength: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user