fix: skip table rename for firebird

This commit is contained in:
Pavel
2025-06-03 16:52:51 +02:00
parent 696d4e7342
commit 159224700f
4 changed files with 4 additions and 1 deletions

View File

@@ -725,6 +725,7 @@ const firebirdEngine = {
// skipDeploy: true,
// supportRenameSqlObject: true,
skipIncrementalAnalysis: true,
skipRenameTable: true,
// skipDefaultValue: true,
// skipDropReferences: true,
};