Merge branch '822-wizard-SNMP-wrong-postprocess-dev' into 'develop'

Changed default value to post process in tpolicy modules

See merge request !457
This commit is contained in:
vgilc 2017-05-31 17:28:40 +02:00
commit 62f96b16a0
1 changed files with 1 additions and 1 deletions

View File

@ -2070,7 +2070,7 @@ CREATE TABLE IF NOT EXISTS `tpolicy_modules` (
`plugin_pass` text default '',
`plugin_parameter` text,
`id_plugin` int(10) default '0',
`post_process` double(24,15) default NULL,
`post_process` double(24,15) default 0,
`prediction_module` bigint(14) default '0',
`max_timeout` int(4) unsigned default '0',
`max_retries` int(4) unsigned default '0',