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
path: root/create
diff options
context:
space:
mode:
Diffstat (limited to 'create')
-rw-r--r--create/src/data.tmpl4
-rw-r--r--create/src/schema.tmpl2
2 files changed, 3 insertions, 3 deletions
diff --git a/create/src/data.tmpl b/create/src/data.tmpl
index e731776d680..a7a994c462e 100644
--- a/create/src/data.tmpl
+++ b/create/src/data.tmpl
@@ -879,8 +879,8 @@ ROW |7 |5 |23 |0 |2 | |
ROW |8 |6 |23 |0 |4 | |
TABLE |config
-FIELDS|configid|work_period |alert_usrgrpid|discovery_groupid|dbversion_status|
-ROW |1 |1-5,09:00-18:00|7 |5 | |
+FIELDS|configid|work_period |alert_usrgrpid|discovery_groupid|dbversion_status|geomaps_tile_provider|
+ROW |1 |1-5,09:00-18:00|7 |5 | |OpenStreetMap.Mapnik |
TABLE |graph_theme
FIELDS|graphthemeid|theme |backgroundcolor|graphcolor|gridcolor|maingridcolor|gridbordercolor|textcolor|highlightcolor|leftpercentilecolor|rightpercentilecolor|nonworktimecolor|colorpalette |
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index a55cb105395..ef300d065fa 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -589,7 +589,7 @@ FIELD |passwd_min_length |t_integer |'8' |NOT NULL |ZBX_NODATA
FIELD |passwd_check_rules |t_integer |'8' |NOT NULL |ZBX_NODATA
FIELD |auditlog_enabled |t_integer |'1' |NOT NULL |ZBX_NODATA
FIELD |ha_failover_delay |t_varchar(32) |'1m' |NOT NULL |ZBX_NODATA
-FIELD |geomaps_tile_provider|t_varchar(255) |'' |NOT NULL |ZBX_NODATA
+FIELD |geomaps_tile_provider|t_varchar(255) |'' |NOT NULL |0
FIELD |geomaps_tile_url |t_varchar(1024)|'' |NOT NULL |ZBX_NODATA
FIELD |geomaps_max_zoom |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |geomaps_attribution|t_varchar(1024)|'' |NOT NULL |ZBX_NODATA