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:
authorMiks Kronkalns <miks.kronkalns@zabbix.com>2021-11-26 14:12:16 +0300
committerMiks Kronkalns <miks.kronkalns@zabbix.com>2021-11-26 14:13:26 +0300
commitaea5249b2ee563bb40d58db01002d0177bed5867 (patch)
treeef90de358f5c17eb9837106530c6cbbbf013f50f /create
parentac265cf7bae03c3cde829601d7bab3384767bca8 (diff)
ADF....... [ZBXNEXT-6250] implemented escallation cancellation frontend and API part
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index e89b250ac86..2c8db70c5a7 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -390,7 +390,7 @@ 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 |pause_suppressed|t_integer |'1' |NOT NULL |0
-FIELD |notify_canceled|t_integer |'1' |NOT NULL |0
+FIELD |notify_if_canceled|t_integer |'1' |NOT NULL |0
INDEX |1 |eventsource,status
UNIQUE |2 |name