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-08 12:22:32 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-08 12:22:32 +0300
commit82eeafe8a7766e729317af58537b4bb610b3287e (patch)
tree5ab630af9cf7dc0ce494afe03c7c31bf4b012876 /create
parentf3fba64559893f0a35ee9ccddcd6c5b9ff0c71e9 (diff)
.......... [ZBXNEXT-3706] changed dbversion_status field type from varchar to 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 e7f52b462d2..9f98f0ec89b 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(767)|'' |NOT NULL |ZBX_NODATA
+FIELD |dbversion_status |t_text|'' |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