2010-08-19 Sergio Martin <sergio.martin@artica.es>

* pandoradb.sql: Fixed a typo bug in the creation of agente_modulo table



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3159 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-19 09:09:04 +00:00
parent 5c93a42a43
commit e744767d15
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-08-19 Sergio Martin <sergio.martin@artica.es>
* pandoradb.sql: Fixed a typo bug in the creation of agente_modulo table
2010-08-19 Sergio Martin <sergio.martin@artica.es> 2010-08-19 Sergio Martin <sergio.martin@artica.es>
* pandoradb.sql * pandoradb.sql

View File

@ -176,7 +176,7 @@ CREATE TABLE IF NOT EXISTS `tagente_modulo` (
`max_critical` double(18,2) default 0, `max_critical` double(18,2) default 0,
`min_ff_event` int(4) unsigned default '0', `min_ff_event` int(4) unsigned default '0',
`delete_pending` int(1) unsigned default 0, `delete_pending` int(1) unsigned default 0,
`policy_linked` tinyint(1) unsigned not null default 0. `policy_linked` tinyint(1) unsigned not null default 0,
`custom_string_1` text default '', `custom_string_1` text default '',
`custom_string_2` text default '', `custom_string_2` text default '',
`custom_string_3` text default '', `custom_string_3` text default '',