hotfix: ledger_next transacciones refs #7523
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-06-04 15:45:54 +02:00
parent e2adadb8da
commit a9eb5f7d1e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ BEGIN
*/ */
IF NOT isTx THEN IF NOT isTx THEN
ROLLBACK; ROLLBACK;
RESIGNAL;
END IF; END IF;
END$$ END$$
DELIMITER ; DELIMITER ;