save table structure uses transaction

This commit is contained in:
Jan Prochazka
2023-02-05 19:24:22 +01:00
parent e9a01a1ffd
commit cd000098f1
5 changed files with 2 additions and 8 deletions

View File

@@ -32,7 +32,6 @@ export interface SqlDialect {
dropCheck?: boolean;
dropReferencesWhenDropTable?: boolean;
disableExplicitTransaction?: boolean;
predefinedDataTypes: string[];