-
Incident report
-
Resolution: Fixed
-
Trivial
-
2.0.16
- different default values for config.server_check_interval in schema.inc.php and schema.tmpl
- different table types for item_discovery
--- frontends/php/include/schema.inc.php +++ schema.inc.php (generated from schema.tmpl) @@ -2181,7 +2181,7 @@ 'null' => false, 'type' => DB::FIELD_TYPE_INT, 'length' => 10, - 'default' => '60', + 'default' => '10', ), ), ), @@ -5481,7 +5481,7 @@ ), ), 'item_discovery' => array( - 'type' => DB::TABLE_TYPE_HISTORY, + 'type' => DB::TABLE_TYPE_CONFIG, 'key' => 'itemdiscoveryid', 'fields' => array( 'itemdiscoveryid' => array( @@ -5724,3 +5724,4 @@ ), ), ); +?>