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

@@ -22,7 +22,6 @@ const dialect = {
return `[${s}]`;
},
anonymousPrimaryKey: true,
disableExplicitTransaction: true,
createColumn: true,
dropColumn: true,