mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Exclude LOAD section from MR until UMC-756 is deployed
This commit is contained in:
parent
f71ae73c84
commit
e4a08855e5
@ -25,10 +25,6 @@ CREATE TABLE IF NOT EXISTS `tsync_queue` (
|
|||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) 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 `tlink` SET `link` = 'https://pandorafms.com/manual/' WHERE `id_link` = 0000000001;
|
||||||
|
|
||||||
UPDATE pandora.tuser_task
|
UPDATE pandora.tuser_task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user