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-08 09:23:45 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-04-08 09:23:45 +0300
commit0aa93b95c8b6e14ac5576e62e84d47335435cfae (patch)
tree69032abfbafc96821e67c918c2a607a92466d80d /create
parentd65af978042ee0223c2620074b42a719111c06a0 (diff)
........S. [ZBXNEXT-114] some fixes
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 fd9ebf8fa44..5b5fc3e5bea 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -803,7 +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
+FIELD |type |t_integer |'0' |NOT NULL |0
UNIQUE |1 |valuemapid,value
TABLE|media|mediaid|ZBX_DATA
@@ -1896,4 +1896,4 @@ INDEX |4 |creator_userid
TABLE|dbversion||
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
-ROW |5030081 |5030081
+ROW |5030110 |5030110