refs #5858 add comment
This commit is contained in:
parent
172e7566b5
commit
4012b1756d
|
@ -2,6 +2,7 @@ INSERT IGNORE INTO util.notification ( `name`,`description`)
|
|||
VALUES
|
||||
( 'zone-included','An email to notify zoneCollisions');
|
||||
|
||||
-- Change value if destionation user should be different
|
||||
SET @DESTINATION_USER = "pepe";
|
||||
|
||||
SET @MaxId = LAST_INSERT_ID();
|
||||
|
|
Loading…
Reference in New Issue