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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-04-01 15:45:49 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-04-01 15:45:49 +0300
commite2d427f2e442bf9c0dadb1284108a4d67726ed44 (patch)
tree83ab01286be8e04e135a6433b603fd67ab820f86 /create
parent1ae86a8598eec94821a9b3bb7bcbdc37aabea426 (diff)
........S. [ZBXNEXT-114] changes with DB schema
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index e185cd2f7b2..fd9ebf8fa44 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -803,6 +803,7 @@ FIELD |valuemap_mappingid|t_id | |NOT NULL |0
FIELD |valuemapid |t_id | |NOT NULL |0 |1|valuemap
FIELD |value |t_varchar(64) |'' |NOT NULL |0
FIELD |newvalue |t_varchar(64) |'' |NOT NULL |0
+FIELD |status |t_integer |'0' |NOT NULL |0
UNIQUE |1 |valuemapid,value
TABLE|media|mediaid|ZBX_DATA
@@ -1895,4 +1896,4 @@ INDEX |4 |creator_userid
TABLE|dbversion||
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |5030080 |5030080
+ROW |5030081 |5030081