mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
fix: skip table rename for firebird
This commit is contained in:
@@ -725,6 +725,7 @@ const firebirdEngine = {
|
||||
// skipDeploy: true,
|
||||
// supportRenameSqlObject: true,
|
||||
skipIncrementalAnalysis: true,
|
||||
skipRenameTable: true,
|
||||
// skipDefaultValue: true,
|
||||
// skipDropReferences: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user