mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fix: update duckdb dialects
This commit is contained in:
@@ -36,10 +36,13 @@ const dialect = {
|
||||
dropIndex: true,
|
||||
createForeignKey: false,
|
||||
enableForeignKeyChecks: false,
|
||||
dropForeignKey: false,
|
||||
dropCheck: true,
|
||||
dropUnique: true,
|
||||
dropForeignKey: true,
|
||||
createPrimaryKey: false,
|
||||
dropPrimaryKey: false,
|
||||
dropReferencesWhenDropTable: false,
|
||||
dropPrimaryKey: true,
|
||||
dropReferencesWhenDropTable: true,
|
||||
dropIndexContainsTableSpec: true,
|
||||
filteredIndexes: true,
|
||||
anonymousForeignKey: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user