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-11 13:37:41 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-11 13:37:41 +0300
commit251dad224bb3a4bc46467ea5e36e3b88ab452975 (patch)
tree57fc35537ba93a62b3b3756b2fa7fb69eb9ce8da /create
parent6cf51d6804a147be4bb8abdc8377340f95519b7d (diff)
.......... [ZBXNEXT-3706] fixed mandatory schema version to 5050110
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 40f6443a26f..276770b9f40 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1904,4 +1904,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 |5050103 |5050110
+ROW |1 |5050110 |5050110