From fdb5d2f5851314de8fa923bc8365a5cc5276b42c Mon Sep 17 00:00:00 2001 From: Andrejs Kozlovs Date: Tue, 30 Nov 2021 16:12:26 +0200 Subject: ....I..... [ZBXNEXT-7085] extended formula field in actions table from 255 to 1024 characters --- 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 901adab5f02..17cdd6c6ffc 100644 --- a/create/src/schema.tmpl +++ b/create/src/schema.tmpl @@ -388,7 +388,7 @@ FIELD |eventsource |t_integer |'0' |NOT NULL |0 FIELD |evaltype |t_integer |'0' |NOT NULL |0 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 |formula |t_varchar(1024)|'' |NOT NULL |0 FIELD |pause_suppressed|t_integer |'1' |NOT NULL |0 INDEX |1 |eventsource,status UNIQUE |2 |name @@ -1905,4 +1905,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 |5050111 |5050111 +ROW |1 |5050112 |5050112 -- cgit v1.2.3