Add line tu update url update manager
This commit is contained in:
parent
6efda93c04
commit
9e70e398fb
|
@ -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_module` int(25) DEFAULT 0;
|
||||||
ALTER TABLE tevent_filter ADD COLUMN `id_agent` 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';
|
|
@ -128,4 +128,9 @@ ALTER TABLE tevent_filter ADD COLUMN id_agent int(25) DEFAULT 0;
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `tgraph_source`
|
-- 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';
|
Loading…
Reference in New Issue