fix: skipDeploy tests for duckdb

This commit is contained in:
Nybkox
2025-04-03 22:37:18 +02:00
parent c4a4cd0957
commit 9d85a58634

View File

@@ -669,6 +669,7 @@ const duckdbEngine = {
skipTriggers: true,
skipDataDuplicator: true,
skipAutoIncrement: true,
skipDeploy: true,
supportRenameSqlObject: true,
};