master #2408

Merged
carlosap merged 12 commits from master into test 2024-05-06 12:22:06 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 54499ae4dc - Show all commits

View File

@ -4,7 +4,5 @@ CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`ticketPackaging_befor
FOR EACH ROW FOR EACH ROW
BEGIN BEGIN
SET NEW.editorFk = account.myUser_getId(); SET NEW.editorFk = account.myUser_getId();
SET NEW.workerFk = account.myUser_getId();
END$$ END$$
DELIMITER ; DELIMITER ;