Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxdbcache/dbsync.c')
-rw-r--r--src/libs/zbxdbcache/dbsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxdbcache/dbsync.c b/src/libs/zbxdbcache/dbsync.c
index 31d3800de49..40d538c9dd0 100644
--- a/src/libs/zbxdbcache/dbsync.c
+++ b/src/libs/zbxdbcache/dbsync.c
@@ -458,14 +458,14 @@ int zbx_dbsync_compare_config(zbx_dbsync_t *sync)
"hk_events_discovery,hk_events_autoreg,hk_services_mode,"
"hk_services,hk_audit_mode,hk_audit,hk_sessions_mode,hk_sessions,"
"hk_history_mode,hk_history_global,hk_history,hk_trends_mode,"
- "hk_trends_global,hk_trends,default_inventory_mode"
+ "hk_trends_global,hk_trends,default_inventory_mode,db_extension"
" from config"
" order by configid")))
{
return FAIL;
}
- dbsync_prepare(sync, 27, NULL);
+ dbsync_prepare(sync, 28, NULL);
if (ZBX_DBSYNC_INIT == sync->mode)
{