summaryrefslogtreecommitdiffstats
path: root/create
diff options
context:
space:
mode:
Diffstat (limited to 'create')
-rw-r--r--create/data/data.sql2
-rw-r--r--create/schema/schema.sql5
2 files changed, 4 insertions, 3 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index de92adbc..237254f7 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -21,7 +21,7 @@
-- Dumping data for table `config`
--
-INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24:00',7,1,7);
+INSERT INTO config VALUES (1,365,365,600,'1-5,00:00-24:00',7,1,7,100);
--
-- Dumping data for table `scripts`
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