2007-03-23 Esteban Sánchez <estebans@artica.es>
* pandoradb.sql: Default value of flag field in tagente_module changed to 1, so the module is forced to be executed the first time. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@401 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
4d969bbe74
commit
229c9d6505
|
@ -1,3 +1,8 @@
|
|||
2007-03-23 Esteban Sánchez <estebans@artica.es>
|
||||
|
||||
* pandoradb.sql: Default value of flag field in tagente_module changed
|
||||
to 1, so the module is forced to be executed the first time.
|
||||
|
||||
2007-03-19 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* pandoradb.sql, pandoradb_data.sql: Solve small problem in last commit
|
||||
|
|
|
@ -245,7 +245,7 @@ CREATE TABLE `tagente_modulo` (
|
|||
`snmp_oid` varchar(255) default '0',
|
||||
`ip_target` varchar(100) default '',
|
||||
`id_module_group` int(4) unsigned default '0',
|
||||
`flag` tinyint(3) unsigned default '0',
|
||||
`flag` tinyint(3) unsigned default '1',
|
||||
PRIMARY KEY (`id_agente_modulo`),
|
||||
KEY `tam_agente` (`id_agente`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
|
Loading…
Reference in New Issue