From 9a69f1108dc5106688563f0e6c53c91f5ff48b64 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 29 May 2025 11:22:16 +0200 Subject: [PATCH] fix: skipIncrementalAnalysis for firebird --- integration-tests/engines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/engines.js b/integration-tests/engines.js index f356363b0..48511dedf 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -722,7 +722,7 @@ const firebirdEngine = { // skipChangeNullability: true, // skipDeploy: true, // supportRenameSqlObject: true, - // skipIncrementalAnalysis: true, + skipIncrementalAnalysis: true, // skipDefaultValue: true, // skipDropReferences: true, };