pandorafms/pandora_console/extras/mr/66.sql

14 lines
464 B
MySQL
Raw Normal View History

START TRANSACTION;
UPDATE `twelcome_tip`
SET title = 'Scheduled downtimes',
url = 'https://pandorafms.com/manual/en/documentation/04_using/11_managing_and_administration#scheduled_downtimes'
WHERE title = 'planned stops';
2023-08-02 11:07:24 +02:00
UPDATE tagente_modulo SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
2023-08-03 09:09:13 +02:00
UPDATE tpolicy_modules SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
UPDATE tnetwork_component SET `tcp_send` = '2c' WHERE `tcp_send` = '2';
COMMIT;