fixed error in mr for WUX

This commit is contained in:
daniel 2017-09-05 11:06:49 +02:00
parent b4dc6f4fb0
commit f954b92aae
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ALTER TABLE tserver ADD COLUMN exec_proxy tinyint(1) UNSIGNED NOT NULL default 0
ALTER TABLE tevent_response ADD COLUMN server_to_exec int(10) unsigned NOT NULL DEFAULT 0;
INSERT INTO tmodule VALUES (8, 'Wux module');
INSERT INTO tmodule VALUES (8, 'Wux module');
INSERT INTO ttipo_modulo VALUES (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png');

View File

@ -1431,7 +1431,7 @@ ALTER TABLE tevent_response ADD COLUMN server_to_exec int(10) unsigned NOT NULL
-- Table `tmodule`
-- ---------------------------------------------------------------------
INSERT INTO tmodule VALUES (8, 'Wux module');
INSERT INTO tmodule VALUES (8, 'Wux module');
-- ---------------------------------------------------------------------
-- Table `ttipo_modulo`