Merge pull request #989 from agejevasv/fix-precedence-error

Fix script crashing with precedence error
This commit is contained in:
Sveta Smirnova
2025-08-26 19:43:00 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ sub test_alter_table {
$orig_triggers,
$new_triggers,
'Triggers should remain in place',
);
) or diag($output);
return;
}