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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-05 19:54:09 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-05 19:54:09 +0300
commitf3fba64559893f0a35ee9ccddcd6c5b9ff0c71e9 (patch)
tree4a55164b6a2447e7be6f841f1b242e53a42c9596 /create
parentde7a7acf3f558785bb6968cef56398ac25dc7edf (diff)
.......... [ZBXNEXT-3706] reduced dbversion_status field size to 767
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 8e847bb04cf..e7f52b462d2 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -582,7 +582,7 @@ FIELD |item_test_timeout |t_varchar(32) |'60s' |NOT NULL |ZBX_NODATA
FIELD |session_key |t_varchar(32)|'' |NOT NULL |ZBX_NODATA
FIELD |url |t_varchar(255) |'' |NOT NULL |ZBX_NODATA
FIELD |report_test_timeout|t_varchar(32)|'60s'|NOT NULL |ZBX_NODATA
-FIELD |dbversion_status |t_varchar(1024)|'' |NOT NULL |ZBX_NODATA
+FIELD |dbversion_status |t_varchar(767)|'' |NOT NULL |ZBX_NODATA
FIELD |hk_events_service|t_varchar(32)|'1d' |NOT NULL |ZBX_NODATA
FIELD |passwd_min_length |t_integer |'8' |NOT NULL |ZBX_NODATA
FIELD |passwd_check_rules |t_integer |'8' |NOT NULL |ZBX_NODATA