Add line tu update url update manager

This commit is contained in:
m-lopez-f 2015-10-15 09:23:00 +02:00
parent 6efda93c04
commit 9e70e398fb
2 changed files with 11 additions and 1 deletions

View File

@ -188,3 +188,8 @@ ALTER TABLE tgraph_source ADD COLUMN `label` varchar(150) DEFAULT '';
-- ---------------------------------------------------------------------
ALTER TABLE tevent_filter ADD COLUMN `id_agent_module` int(25) DEFAULT 0;
ALTER TABLE tevent_filter ADD COLUMN `id_agent` int(25) DEFAULT 0;
-- ---------------------------------------------------------------------
--- Table `tconfig`
--- ---------------------------------------------------------------------
UPDATE tconfig SET `value`='https://artica.es/pandoraupdate6/server.php' WHERE token='url_update_manager';

View File

@ -128,4 +128,9 @@ ALTER TABLE tevent_filter ADD COLUMN id_agent int(25) DEFAULT 0;
-- ---------------------------------------------------------------------
-- Table `tgraph_source`
-- ---------------------------------------------------------------------
ALTER TABLE tgraph_source ADD COLUMN label VARCHAR2(150) DEFAULT '';
ALTER TABLE tgraph_source ADD COLUMN label VARCHAR2(150) DEFAULT '';
-- ---------------------------------------------------------------------
--- Table `tconfig`
--- ---------------------------------------------------------------------
UPDATE tconfig SET value = 'https://artica.es/pandoraupdate6/server.php' WHERE token='url_update_manager';