db alter plan improvements

This commit is contained in:
SPRINX0\prochazka
2024-11-11 11:07:57 +01:00
parent a069093f6b
commit 75b4f49e31
14 changed files with 64 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ const dialect = {
createCheck: true,
dropCheck: true,
renameSqlObject: true,
filteredIndexes: true,
dropReferencesWhenDropTable: true,