mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
feat: skip change column for firebird
This commit is contained in:
@@ -713,7 +713,7 @@ const firebirdEngine = {
|
|||||||
skipOnCI: false,
|
skipOnCI: false,
|
||||||
runDeployInTransaction: true,
|
runDeployInTransaction: true,
|
||||||
skipDataModifications: true,
|
skipDataModifications: true,
|
||||||
// skipChangeColumn: true,
|
skipChangeColumn: true,
|
||||||
// skipIndexes: true,
|
// skipIndexes: true,
|
||||||
// skipStringLength: true,
|
// skipStringLength: true,
|
||||||
// skipTriggers: true,
|
// skipTriggers: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user