summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-21 14:17:43 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-21 14:17:43 +0000
commite46ef00fc9b5b1636e2428bf7ef4201e81420e14 (patch)
tree4cdbe9a9f64efd480f7fe21668d0f7ec8b2dfe12 /create/schema
parent5df2ecce7fdd320a56d91cf07abfd21d4c15ac50 (diff)
downloadzabbix-e46ef00fc9b5b1636e2428bf7ef4201e81420e14.tar.gz
zabbix-e46ef00fc9b5b1636e2428bf7ef4201e81420e14.tar.xz
zabbix-e46ef00fc9b5b1636e2428bf7ef4201e81420e14.zip
- [DEV-45] merged rev. 5079:5083 of branches/1.4.j/ (Artem) [changes in configuration of events, DB changes: [config.ack_enable -> config.event_ack_enable; config.ack_expire -> config.event_expire;], added new field: [config.event_show_max]]
git-svn-id: svn://svn.zabbix.com/trunk@5084 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-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