Fixed query - duplicated

This commit is contained in:
fbsanchez 2021-07-13 13:17:13 +02:00
parent 84c7e6172a
commit ae9dbd9b8e
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ CREATE TABLE IF NOT EXISTS `tsync_queue` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `tlayout` ADD COLUMN `auto_adjust` INTEGER UNSIGNED NOT NULL default 0;
SOURCE './procedures/updateSnmpAlerts.sql';
UPDATE `tlink` SET `link` = 'https://pandorafms.com/manual/' WHERE `id_link` = 0000000001;