#5858 - zoneCollisions #1853
|
@ -324,5 +324,4 @@ INSERT INTO mysql.roles_mapping (`User`, `Host`, `Role`, `Admin_option`)
|
|||
FROM mysql.roles_mapping
|
||||
WHERE `User` LIKE @prefixedLike AND `Host` = @genRoleHost;
|
||||
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
jsegarra marked this conversation as resolved
Outdated
|
||||
|
|
|
@ -9,6 +9,5 @@ BEGIN
|
|||
`changedModelId` = OLD.zoneFk,
|
||||
`userFk` = account.myUser_getId();
|
||||
|
||||
|
||||
END$$
|
||||
jsegarra marked this conversation as resolved
Outdated
jgallego
commented
no ponemos dos saltos de linea nunca no ponemos dos saltos de linea nunca
|
||||
DELIMITER ;
|
||||
|
|
|
@ -4,5 +4,6 @@ CREATE OR REPLACE DEFINER=`root`@`localhost` TRIGGER `vn`.`zoneIncluded_beforeUp
|
|||
FOR EACH ROW
|
||||
BEGIN
|
||||
SET NEW.editorFk = account.myUser_getId();
|
||||
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Reference in New Issue
quitar salto