summaryrefslogtreecommitdiffstats
path: root/create/schema/schema.sql
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-05 17:13:28 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-05 17:13:28 +0000
commit940150b550ffff2d462f81515f6022ed0a712bd2 (patch)
tree6f58f9e030363888ee64d4682472a8ebe0c4b346 /create/schema/schema.sql
parentbb9cd00b6f29a1c546ff3914cea66f588710f3ab (diff)
downloadzabbix-940150b550ffff2d462f81515f6022ed0a712bd2.tar.gz
zabbix-940150b550ffff2d462f81515f6022ed0a712bd2.tar.xz
zabbix-940150b550ffff2d462f81515f6022ed0a712bd2.zip
Development of HTTP tests.
git-svn-id: svn://svn.zabbix.com/trunk@3659 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'create/schema/schema.sql')
-rw-r--r--create/schema/schema.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 1c6c1c78..c434045e 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -21,6 +21,15 @@
-- Do not use spaces
--
+TABLE|httptest|httptestid|ZBX_SYNC
+FIELD |httptestid |t_integer |'0' |NOT NULL |ZBX_SYNC
+FIELD |name |t_varchar(64) |'' |NOT NULL |ZBX_SYNC
+FIELD |hostid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |nextcheck |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |delay |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |status |t_id |'0' |NOT NULL |ZBX_SYNC
+INDEX |httptest_1 |hostid
+
TABLE|nodes|nodeid|
FIELD |nodeid |t_integer |'0' |NOT NULL |0
FIELD |name |t_varchar(64) |'0' |NOT NULL |0