Merge branch 'ent-7835-retoques-finales-756' into 'develop'
Exclude LOAD section from MR until UMC-756 is deployed See merge request artica/pandorafms!4317
This commit is contained in:
commit
69a378cbb2
pandora_console/extras/mr
|
@ -25,10 +25,6 @@ CREATE TABLE IF NOT EXISTS `tsync_queue` (
|
|||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
LOAD ./procedures/updateSnmpAlerts.sql;
|
||||
CALL updateSnmpAlerts();
|
||||
DROP PROCEDURE updateSnmpAlerts;
|
||||
|
||||
UPDATE `tlink` SET `link` = 'https://pandorafms.com/manual/' WHERE `id_link` = 0000000001;
|
||||
|
||||
UPDATE pandora.tuser_task
|
||||
|
|
Loading…
Reference in New Issue