summaryrefslogtreecommitdiffstats
path: root/create/schema
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-02 09:05:13 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-02 09:05:13 +0000
commit4e2a0860d78cff5ed928bad61d0850a96c7d7a19 (patch)
tree89e0a75443beb1da0d2cd10abf7a060fe66b0363 /create/schema
parent781c9feb9021f4cbcded4621309583c28315ee2e (diff)
downloadzabbix-4e2a0860d78cff5ed928bad61d0850a96c7d7a19.tar.gz
zabbix-4e2a0860d78cff5ed928bad61d0850a96c7d7a19.tar.xz
zabbix-4e2a0860d78cff5ed928bad61d0850a96c7d7a19.zip
- [DEV-173] added support of notification escalations on server side
git-svn-id: svn://svn.zabbix.com/trunk@5738 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema')
-rw-r--r--create/schema/schema.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 88227b62..20ae76d0 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -321,8 +321,8 @@ FIELD |eventsource |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |evaltype |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |status |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |esc_period |t_integer |'0' |NOT NULL |ZBX_SYNC
-FIELD |shortdata |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
-FIELD |longdata |t_blob |'' |NOT NULL |ZBX_SYNC
+FIELD |def_shortdata |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
+FIELD |def_longdata |t_blob |'' |NOT NULL |ZBX_SYNC
FIELD |recovery_msg |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |r_shortdata |t_varchar(255) |'' |NOT NULL |ZBX_SYNC
FIELD |r_longdata |t_blob |'' |NOT NULL |ZBX_SYNC