From 03ef033d3e65c0753708f5662252d8dd060cf93b Mon Sep 17 00:00:00 2001 From: Vladislavs Sokurenko Date: Mon, 29 Nov 2021 16:45:30 +0200 Subject: ....I..... [ZBXNEXT-6999] updated schema for widget_field --- create/src/schema.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'create') diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl index 23597970758..bb48dfdc172 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -1608,7 +1608,7 @@ FIELD |value_hostid |t_id | |NULL |0 |3|hosts |hostid FIELD |value_itemid |t_id | |NULL |0 |4|items |itemid FIELD |value_graphid |t_id | |NULL |0 |5|graphs |graphid FIELD |value_sysmapid |t_id | |NULL |0 |6|sysmaps |sysmapid -FIELD |value_serviceid|t_id | |NULL |0 |7|service |serviceid +FIELD |value_serviceid|t_id | |NULL |0 |7|services |serviceid FIELD |value_slaid |t_id | |NULL |0 |8|sla |slaid INDEX |1 |widgetid INDEX |2 |value_groupid @@ -1933,4 +1933,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 |5050130 |5050130 +ROW |1 |5050134 |5050134 -- cgit v1.2.3