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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-20 00:27:44 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-01-20 10:44:10 +0300
commit15cab59367b31063d710011bc290ab8454c0239c (patch)
tree25cc1396874613349cf665259d05dea7c5a8ff18 /create
parentdeb893fe94e7947a4a47d339af4fbd97d3b78bf6 (diff)
........S. [ZBX-20420] increased storage size of the 'parameters' field of the 'alerts' table for Oracle backend
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 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