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-11-22 16:54:55 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-11-22 16:54:55 +0300
commit33e2317b39a95534c4841e675dc9e88af44ebfaf (patch)
tree37355a1e2593063e8908703d95c375d996a63c4e /create
parent882f0efe3fbdd4bc81d55702c897b8687285b18d (diff)
....I..... [ZBXNEXT-6999] updated schema and upgrade patch for schema
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl16
1 files changed, 7 insertions, 9 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 56f9fd0a1e4..ca7ffef57a3 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1909,13 +1909,13 @@ FIELD |from |t_integer |'0' |NOT NULL |0
FIELD |to |t_integer |'0' |NOT NULL |0
INDEX |1 |slaid
-TABLE|sla_downtime|sla_downtimeid|ZBX_DATA
-FIELD |sla_downtimeid |t_id | |NOT NULL |0
-FIELD |slaid |t_id | |NOT NULL |0 |1|sla|slaid
-FIELD |from |t_integer |'0' |NOT NULL |0
-FIELD |to |t_integer |'0' |NOT NULL |0
-FIELD |name |t_varchar(255) |'' |NOT NULL |0
-INDEX |1 |slaid
+TABLE|sla_excluded_downtime|sla_excluded_downtimeid|ZBX_DATA
+FIELD |sla_excluded_downtimeid|t_id | |NOT NULL |0
+FIELD |slaid |t_id | |NOT NULL |0 |1|sla|slaid
+FIELD |name |t_varchar(255) |'' |NOT NULL |0
+FIELD |from |t_integer |'0' |NOT NULL |0
+FIELD |to |t_integer |'0' |NOT NULL |0
+INDEX |1 |slaid
TABLE|sla_service_tag|sla_service_tagid|0
FIELD |sla_service_tagid |t_id | |NOT NULL |0
@@ -1930,5 +1930,3 @@ FIELD |dbversionid |t_id | |NOT NULL |0
FIELD |mandatory |t_integer |'0' |NOT NULL |
FIELD |optional |t_integer |'0' |NOT NULL |
ROW |1 |5050127 |5050127
-
-