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-10 15:53:44 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-11-10 20:30:40 +0300
commit8062419ee868a4c8d0f13ca4cefdd7baaf27ed76 (patch)
treea584a6b39f4e8e9cb1ceb98410f500e15279d032 /create
parent40c2d49279e361262c355f13fc4ec992d443f419 (diff)
.......... [ZBXNEXT-3706] added upgrade patch for indexes on items table
- doing double renames as this seems to be the easiest way - also removed mandatory flags form patches 104 and 105
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 53e49fd35d5..d5f54275749 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 |5050104
+ROW |1 |5050103 |5050105