refs #5858 add comment

This commit is contained in:
Javier Segarra 2024-03-13 15:00:12 +01:00
parent 172e7566b5
commit 4012b1756d
1 changed files with 1 additions and 0 deletions

View File

@ -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();