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:
authorAndris Zeila <andris.zeila@zabbix.com>2022-09-09 12:04:36 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2022-09-09 12:04:36 +0300
commit01200928beae5d67d557c93aa409aef0191bc91f (patch)
tree9cf13b7f6812a8a8ea6c7137edcfe32be770a1c3 /create
parent5f91b2c1bd395c818bf38a648eac0ff47d267f5f (diff)
parent3dce4db249b511dfa6c001e1d48dc2aacb9620f4 (diff)
.......... [ZBXNEXT-3290] merged branch 'master' of ssh://git.zabbix.com:7999/zbx/zabbix into feature/ZBXNEXT-3290-6.3
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 89248d9950b..ebea5a3fd9c 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -114,7 +114,7 @@ INDEX |1 |hostid
TABLE|group_discovery|groupid|ZBX_TEMPLATE
FIELD |groupid |t_id | |NOT NULL |0 |1|hstgrp
FIELD |parent_group_prototypeid|t_id | |NOT NULL |0 |2|group_prototype|group_prototypeid|RESTRICT
-FIELD |name |t_varchar(64) |'' |NOT NULL |ZBX_NODATA
+FIELD |name |t_varchar(255) |'' |NOT NULL |ZBX_NODATA
FIELD |lastcheck |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |ts_delete |t_time |'0' |NOT NULL |ZBX_NODATA
@@ -1980,4 +1980,4 @@ TABLE|dbversion|dbversionid|
FIELD |dbversionid |t_id | |NOT NULL |0
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |1 |6030047 |6030047
+ROW |1 |6030049 |6030049