mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed error in mr for WUX
This commit is contained in:
parent
b4dc6f4fb0
commit
f954b92aae
@ -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;
|
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');
|
INSERT INTO ttipo_modulo VALUES (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png');
|
||||||
|
|
||||||
|
@ -1431,7 +1431,7 @@ ALTER TABLE tevent_response ADD COLUMN server_to_exec int(10) unsigned NOT NULL
|
|||||||
-- Table `tmodule`
|
-- Table `tmodule`
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
|
|
||||||
INSERT INTO tmodule VALUES (8, 'Wux module');
|
INSERT INTO tmodule VALUES (8, 'Wux module');
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `ttipo_modulo`
|
-- Table `ttipo_modulo`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user