mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
drop table optimalization - dont drop references in mysql and slite
This commit is contained in:
@@ -30,6 +30,8 @@ const dialect = {
|
||||
dropUnique: true,
|
||||
createCheck: true,
|
||||
dropCheck: true,
|
||||
|
||||
dropReferencesWhenDropTable: true,
|
||||
};
|
||||
|
||||
const postgresDriverBase = {
|
||||
|
||||
Reference in New Issue
Block a user