feat: refs #6693 revisar triggers #2033

Merged
jbreso merged 4 commits from 6693-revisarTriggersPendientes into dev 2024-02-14 07:12:03 +00:00
5 changed files with 1 additions and 1 deletions
Showing only changes of commit 185cc4f17f - Show all commits

View File

@ -1,5 +1,5 @@
DELIMITER $$ DELIMITER $$
CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`budgetNotes_BeforeInsert` CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`budgetNotes_beforeInsert`
BEFORE INSERT ON `budgetNotes` BEFORE INSERT ON `budgetNotes`
FOR EACH ROW FOR EACH ROW
BEGIN BEGIN