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 Kozlovs <andrejs.kozlovs@zabbix.com>2021-11-30 17:12:26 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-11-30 17:12:26 +0300
commitfdb5d2f5851314de8fa923bc8365a5cc5276b42c (patch)
treef6785541a51de059ad5fda7e2d90d352875c00cd /create
parentf40d0a4c62bad50c3057cce588d3a44079990272 (diff)
....I..... [ZBXNEXT-7085] extended formula field in actions table from 255 to 1024 characters
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl4
1 files changed, 2 insertions, 2 deletions
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