mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 03:33:58 +00:00
fix: skipIncrementalAnalysis for firebird
This commit is contained in:
@@ -722,7 +722,7 @@ const firebirdEngine = {
|
|||||||
// skipChangeNullability: true,
|
// skipChangeNullability: true,
|
||||||
// skipDeploy: true,
|
// skipDeploy: true,
|
||||||
// supportRenameSqlObject: true,
|
// supportRenameSqlObject: true,
|
||||||
// skipIncrementalAnalysis: true,
|
skipIncrementalAnalysis: true,
|
||||||
// skipDefaultValue: true,
|
// skipDefaultValue: true,
|
||||||
// skipDropReferences: true,
|
// skipDropReferences: true,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user