feat: refs #8401 change request
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Robert Ferrús 2025-01-20 11:19:24 +01:00
parent 5fe032ac75
commit cb065f42cd
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ CREATE OR REPLACE DEFINER=`vn`@`localhost` TRIGGER `vn`.`itemTaxCountry_beforeDe
BEFORE DELETE ON `itemTaxCountry` BEFORE DELETE ON `itemTaxCountry`
FOR EACH ROW FOR EACH ROW
BEGIN BEGIN
SIGNAL SQLSTATE '45000' CALL util.throw('Records in this table cannot be deleted');
SET MESSAGE_TEXT = 'Records in this table cannot be deleted';
END$$ END$$
DELIMITER ; DELIMITER ;