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
diff options
context:
space:
mode:
Diffstat (limited to 'create/src/schema.tmpl')
-rw-r--r--create/src/schema.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 2069aa00c90..4fe15c9c9df 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -388,8 +388,9 @@ FIELD |eventsource |t_integer |'0' |NOT NULL |0
FIELD |evaltype |t_integer |'0' |NOT NULL |0
FIELD |status |t_integer |'0' |NOT NULL |0
FIELD |esc_period |t_varchar(255) |'1h' |NOT NULL |0
-FIELD |formula |t_varchar(255) |'' |NOT NULL |0
+FIELD |formula |t_varchar(1024)|'' |NOT NULL |0
FIELD |pause_suppressed|t_integer |'1' |NOT NULL |0
+FIELD |notify_if_canceled|t_integer |'1' |NOT NULL |0
INDEX |1 |eventsource,status
UNIQUE |2 |name
@@ -990,6 +991,7 @@ INDEX |4 |status
INDEX |5 |mediatypeid
INDEX |6 |userid
INDEX |7 |p_eventid
+INDEX |8 |acknowledgeid
TABLE|history|itemid,clock,ns|0
FIELD |itemid |t_id | |NOT NULL |0 |-|items
@@ -1904,4 +1906,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 |5050111 |5050111
+ROW |1 |5050114 |5050114