From 15cab59367b31063d710011bc290ab8454c0239c Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Wed, 19 Jan 2022 23:27:44 +0200 Subject: ........S. [ZBX-20420] increased storage size of the 'parameters' field of the 'alerts' table for Oracle backend --- 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 eba52590ac5..ba3b86b4792 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -975,7 +975,7 @@ FIELD |esc_step |t_integer |'0' |NOT NULL |0 FIELD |alerttype |t_integer |'0' |NOT NULL |0 FIELD |p_eventid |t_id | |NULL |0 |5|events |eventid FIELD |acknowledgeid |t_id | |NULL |0 |6|acknowledges |acknowledgeid -FIELD |parameters |t_shorttext |'{}' |NOT NULL |0 +FIELD |parameters |t_text |'{}' |NOT NULL |0 INDEX |1 |actionid INDEX |2 |clock INDEX |3 |eventid @@ -1937,4 +1937,4 @@ FIELD |dbversionid |t_id | |NOT NULL |0 FIELD |mandatory |t_integer |'0' |NOT NULL | FIELD |optional |t_integer |'0' |NOT NULL | -ROW |1 |5050142 |5050142 +ROW |1 |5050143 |5050143 -- cgit v1.2.3