Changed default value to post process in tpolicy modules

This commit is contained in:
Arturo Gonzalez 2017-05-10 15:19:03 +02:00
parent 71f8f29107
commit 1ae79eba01

View File

@ -2032,7 +2032,7 @@ CREATE TABLE IF NOT EXISTS `tpolicy_modules` (
`plugin_pass` text default '', `plugin_pass` text default '',
`plugin_parameter` text, `plugin_parameter` text,
`id_plugin` int(10) default '0', `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', `prediction_module` bigint(14) default '0',
`max_timeout` int(4) unsigned default '0', `max_timeout` int(4) unsigned default '0',
`max_retries` int(4) unsigned default '0', `max_retries` int(4) unsigned default '0',