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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-30 12:41:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-30 12:41:49 +0300
commitb50ec1b32599d472c575a944f2daa9b335a2be26 (patch)
treebe260875fe8ab2a6c4bf81aca2d92a8e9ff019aa /create
parentd05524718db91368d94b50b09eeb843bebed10c9 (diff)
........S. [ZBXNEXT-6478] fixed report status updates
Diffstat (limited to 'create')
-rw-r--r--create/src/schema.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/src/schema.tmpl b/create/src/schema.tmpl
index 992d72caf5d..59f7ba005d3 100644
--- a/create/src/schema.tmpl
+++ b/create/src/schema.tmpl
@@ -1909,7 +1909,7 @@ FIELD |active_since |t_integer |'0' |NOT NULL |0
FIELD |active_till |t_integer |'0' |NOT NULL |0
FIELD |state |t_integer |'0' |NOT NULL |ZBX_NODATA
FIELD |lastsent |t_time |'0' |NOT NULL |ZBX_NODATA
-FIELD |error |t_varchar(2048)|'' |NOT NULL |ZBX_NODATA
+FIELD |info |t_varchar(2048)|'' |NOT NULL |ZBX_NODATA
UNIQUE |1 |name
TABLE|report_param|reportparamid|ZBX_DATA