summaryrefslogtreecommitdiffstats
path: root/create/schema/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/schema/schema.sql')
-rw-r--r--create/schema/schema.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 9cb89042..ec849d20 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -311,8 +311,9 @@ FIELD |event_history |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |refresh_unsupported|t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |work_period |t_varchar(100) |'1-5,00:00-24:00' |NOT NULL |ZBX_SYNC
FIELD |alert_usrgrpid |t_id |'0' |NOT NULL |ZBX_SYNC
-FIELD |ack_enable |t_integer |'1' |NOT NULL |ZBX_SYNC
-FIELD |ack_expire |t_integer |'7' |NOT NULL |ZBX_SYNC
+FIELD |event_ack_enable|t_integer |'1' |NOT NULL |ZBX_SYNC
+FIELD |event_expire |t_integer |'7' |NOT NULL |ZBX_SYNC
+FIELD |event_show_max |t_integer |'100' |NOT NULL |ZBX_SYNC
TABLE|functions|functionid|ZBX_SYNC
FIELD |functionid |t_id |'0' |NOT NULL |0