mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 06:26:00 +00:00
fix: add dropColumnDependencies to firebird
This commit is contained in:
@@ -12,6 +12,7 @@ const dialect = {
|
|||||||
enableConstraintsPerTable: true,
|
enableConstraintsPerTable: true,
|
||||||
stringAgg: true,
|
stringAgg: true,
|
||||||
offsetFirstSkipSyntax: true,
|
offsetFirstSkipSyntax: true,
|
||||||
|
dropColumnDependencies: ['dependencies', 'foreignKeys', 'indexes', 'uniques'],
|
||||||
|
|
||||||
quoteIdentifier(s) {
|
quoteIdentifier(s) {
|
||||||
return `"${s}"`;
|
return `"${s}"`;
|
||||||
|
|||||||
Reference in New Issue
Block a user