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 cdfd7a214c0..09dc82b50bc 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
@@ -1905,4 +1906,5 @@ 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 |5050112 |5050112
+
+ROW |1 |5050114 |5050115