summaryrefslogtreecommitdiffstats
path: root/create
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
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')
-rw-r--r--create/data/data.sql12
-rw-r--r--create/schema/schema.sql4
2 files changed, 8 insertions, 8 deletions
diff --git a/create/data/data.sql b/create/data/data.sql
index 2f985a8e..adac6fc3 100644
--- a/create/data/data.sql
+++ b/create/data/data.sql
@@ -6353,8 +6353,8 @@ INSERT INTO items_applications VALUES (2299,154,18452);
-- Dumping data for table `actions`
--
-INSERT INTO actions VALUES (2,'Auto discovery. Linux servers.',1,0,1);
-INSERT INTO actions VALUES (3,'Auto discovery. Windows servers.',1,0,1);
+INSERT INTO actions VALUES (2,'Auto discovery. Linux servers.',1,0,1,0,'','',0,'','');
+INSERT INTO actions VALUES (3,'Auto discovery. Windows servers.',1,0,1,0,'','',0,'','');
--
-- Dumping data for table `conditions`
@@ -6371,10 +6371,10 @@ INSERT INTO conditions VALUES (7,3,12,2,'Windows');
-- Dumping data for table `operations`
--
-INSERT INTO operations VALUES (3,2,6,0,10001,'','');
-INSERT INTO operations VALUES (4,2,4,0,2,'','');
-INSERT INTO operations VALUES (5,3,4,0,3,'','');
-INSERT INTO operations VALUES (6,3,6,0,10002,'','');
+INSERT INTO operations VALUES (3,2,6,0,10001,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (4,2,4,0,2,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (5,3,4,0,3,'','',0,1,1,0,0);
+INSERT INTO operations VALUES (6,3,6,0,10002,'','',0,1,1,0,0);
--
-- Dumping data for table `drules`
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