From 2143b28a5797ff72ecd79c47164713c16fd181ef Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 14 Apr 2010 17:40:43 +0000 Subject: [PATCH] 2010-04-14 Ramon Novoa * pandoradb_data.sql: Changed the id of the log4x module type. There were conflicts with Enterprise module types. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2567 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/pandoradb_data.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index b11e01f934..896087dbce 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -208,6 +208,7 @@ INSERT INTO `torigen` VALUES -- Dumping data for table `ttipo_modulo` -- +-- Identifiers 30 and 31 are reserved for Enterprise data types INSERT INTO `ttipo_modulo` VALUES (1,'generic_data',0,'Generic numeric','mod_data.png'), (2,'generic_proc',1,'Generic boolean','mod_proc.png'), @@ -227,7 +228,7 @@ 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'), -(30,'log4x',0,'Log4x','mod_log4x.png'), +(24,'log4x',0,'Log4x','mod_log4x.png'), (100,'keep_alive',-1,'KeepAlive','mod_keepalive.png'); -- Categoria field is used to segregate several types