fix: set multipleSchema to true for duck db

This commit is contained in:
Nybkox
2025-04-08 19:19:23 +02:00
parent b8d86518e7
commit 0e30cb1439

View File

@@ -32,6 +32,7 @@ const dialect = {
createColumn: true,
dropColumn: true,
multipleSchema: true,
createIndex: true,
dropIndex: true,
createForeignKey: false,