Merge branch '1056-revision_mr' into 'develop'

fixed error in mr for WUX

See merge request !778
This commit is contained in:
vgilc 2017-09-05 11:18:40 +02:00
commit d288a7d7be
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`