Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-10365

schema.inc.php doesn't correspond to a source schema.tmpl

XMLWordPrintable

      1. different default values for config.server_check_interval in schema.inc.php and schema.tmpl
      2. 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 @@
       		),
       	),
       );
      +?>
      

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: