From 9bc536396d36d683d30873abf08ad0fb829fda4f Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Fri, 22 Mar 2019 10:20:41 +0100 Subject: [PATCH 1/2] Resolved ticket with sql sentence Former-commit-id: 959c27837ca824f386fe3b3ee43005a8235e4197 --- pandora_console/pandoradb_data.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 9b5ec600a2..25a34fff93 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -1312,4 +1312,7 @@ INSERT INTO `tnotification_source_user`(`id_source`,`id_user`,`enabled`,`also_ma INSERT INTO `tnotification_source_group` SELECT `id`,0 FROM `tnotification_source` WHERE `description`="Message"; - \ No newline at end of file +-- +-- Delete row in ttipo_modulo with name value 'log4x', this value dont use more in pandora +-- +DELETE FROM ttipo_modulo where nombre like 'log4x'; From 9d4d2e65cf8506222ebf33b32c8ac94e6f008ee5 Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Fri, 22 Mar 2019 11:20:32 +0100 Subject: [PATCH 2/2] Resolved ticket with sql sentence Former-commit-id: de4b92ab338dccb9fa720a61a2ff98f263128401 --- pandora_console/pandoradb_data.sql | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 25a34fff93..42327322e3 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -267,7 +267,6 @@ INSERT INTO `ttipo_modulo` VALUES (21,'async_proc', 7, 'Asyncronous proc data', 'mod_async_proc.png'), (22,'async_data', 6, 'Asyncronous numeric data', 'mod_async_data.png'), (23,'async_string', 8, 'Asyncronous string data', 'mod_async_string.png'), -(24,'log4x',0,'Log4x','mod_log4x.png'), (25,'web_analysis', 8, 'Web analysis data', 'module-wux.png'), (30,'web_data',9,'Remote HTTP module to check latency','mod_web_data.png'), (31,'web_proc',9,'Remote HTTP module to check server response','mod_web_proc.png'), @@ -1311,8 +1310,3 @@ INSERT INTO `tnotification_source_user`(`id_source`,`id_user`,`enabled`,`also_ma ((SELECT `id` FROM `tnotification_source` WHERE `description`="System status"), "admin",1,0); INSERT INTO `tnotification_source_group` SELECT `id`,0 FROM `tnotification_source` WHERE `description`="Message"; - --- --- Delete row in ttipo_modulo with name value 'log4x', this value dont use more in pandora --- -DELETE FROM ttipo_modulo where nombre like 'log4x';