feat: skip data modifiaciton for firebird

This commit is contained in:
Pavel
2025-06-03 13:56:24 +02:00
parent 8f4c61c259
commit aba829c991

View File

@@ -712,6 +712,7 @@ const firebirdEngine = {
], ],
skipOnCI: false, skipOnCI: false,
runDeployInTransaction: true, runDeployInTransaction: true,
skipDataModifications: true,
// skipChangeColumn: true, // skipChangeColumn: true,
// skipIndexes: true, // skipIndexes: true,
// skipStringLength: true, // skipStringLength: true,