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>2021-10-01 10:26:10 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-10-01 10:26:30 +0300
commit65d8e8394d095b0933cadb02413de96c23b82b4e (patch)
treeb6173717915c5e1212bbb7a87f152f5c5331fc04 /create
parentd282dd9ba2ac88ded4903ac9e3ae1ca4843b2f28 (diff)
....I..... [ZBXNEXT-6923] updated database patch to match specification
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index e562c29468c..a10e78fbbb5 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1896,8 +1896,7 @@ FIELD |address |t_varchar(255) |'' |NOT NULL |0
FIELD |port |t_integer |'10051'|NOT NULL |0
FIELD |lastaccess |t_integer |'0' |NOT NULL |0
FIELD |status |t_integer |'0' |NOT NULL |0
-INDEX |1 |status
-INDEX |2 |lastaccess
+INDEX |1 |status,lastaccess
TABLE|table_lock|table_name|ZBX_DATA
FIELD |table_name |t_varchar(64) |'' |NOT NULL |0
@@ -1906,4 +1905,4 @@ ROW |ha_node
TABLE|dbversion||
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |5050075 |5050075
+ROW |5050074 |5050074