From be82afc9c5301efa5c78f1c76b1df28f35879828 Mon Sep 17 00:00:00 2001 From: Marcos Alconada Date: Fri, 7 Jun 2019 09:50:49 +0200 Subject: [PATCH] Update pandoradb_data.sql --- pandora_console/pandoradb_data.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 073c9496e2..eb52c1dad8 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -270,7 +270,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'),