mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2010-04-14 Ramon Novoa <rnovoa@artica.es>
* 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
This commit is contained in:
parent
2a32a2a43a
commit
95dbd4df53
@ -208,6 +208,7 @@ INSERT INTO `torigen` VALUES
|
|||||||
-- Dumping data for table `ttipo_modulo`
|
-- Dumping data for table `ttipo_modulo`
|
||||||
--
|
--
|
||||||
|
|
||||||
|
-- Identifiers 30 and 31 are reserved for Enterprise data types
|
||||||
INSERT INTO `ttipo_modulo` VALUES
|
INSERT INTO `ttipo_modulo` VALUES
|
||||||
(1,'generic_data',0,'Generic numeric','mod_data.png'),
|
(1,'generic_data',0,'Generic numeric','mod_data.png'),
|
||||||
(2,'generic_proc',1,'Generic boolean','mod_proc.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'),
|
(21,'async_proc', 7, 'Asyncronous proc data', 'mod_async_proc.png'),
|
||||||
(22,'async_data', 6, 'Asyncronous numeric data', 'mod_async_data.png'),
|
(22,'async_data', 6, 'Asyncronous numeric data', 'mod_async_data.png'),
|
||||||
(23,'async_string', 8, 'Asyncronous string data', 'mod_async_string.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');
|
(100,'keep_alive',-1,'KeepAlive','mod_keepalive.png');
|
||||||
|
|
||||||
-- Categoria field is used to segregate several types
|
-- Categoria field is used to segregate several types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user