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-09 16:56:20 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-09 19:06:13 +0300
commit29dc7670ca7e4b56146e002bef649f559fc0e734 (patch)
tree4dac6cfa38d01030b9c80d298cb7f20aed4b9bea /create
parentf005ed64f1b486ea932472014326fcd64d4e9e3e (diff)
.......... [ZBXNEXT-3706] using shorttext instead of text
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 83c4df2df62..53e49fd35d5 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_text|'' |NOT NULL |ZBX_NODATA
+FIELD |dbversion_status |t_shorttext|'' |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