mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 06:46:00 +00:00
fix: skip table rename for firebird
This commit is contained in:
@@ -38,6 +38,7 @@ const dialect = {
|
||||
allowMultipleValuesInsert: true,
|
||||
renameSqlObject: true,
|
||||
filteredIndexes: true,
|
||||
disableRenameTable: true,
|
||||
};
|
||||
|
||||
const firebirdSplitterOptions = {
|
||||
|
||||
Reference in New Issue
Block a user