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 Verza <andrejs.verza@zabbix.com>2021-12-27 20:30:06 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-12-27 20:30:06 +0300
commit5a952af335f3cf958d16beecc6506851244d0cb1 (patch)
treeb802e8617ae979e2948c56dcff194fc447b9db2d /create
parent2af1ca802d6daf7d02b80ebc2b404d444c412059 (diff)
..F.....S. [ZBXNEXT-6999] fixed the default status of the SLA in the DB schema
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 e541160acd0..5d01a8e5e10 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1905,7 +1905,7 @@ FIELD |period |t_integer |'0' |NOT NULL |0
FIELD |slo |t_double |'99.9' |NOT NULL |0
FIELD |effective_date |t_integer |'0' |NOT NULL |0
FIELD |timezone |t_varchar(50) |'UTC' |NOT NULL |ZBX_NODATA
-FIELD |status |t_integer |'0' |NOT NULL |0
+FIELD |status |t_integer |'1' |NOT NULL |0
FIELD |description |t_shorttext |'' |NOT NULL |0
UNIQUE |1 |name