summaryrefslogtreecommitdiffstats
path: root/create/schema/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/schema/schema.sql')
-rw-r--r--create/schema/schema.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 347d0556..14563333 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -55,6 +55,14 @@ FIELD |itemid |t_id |'0' |NOT NULL |ZBX_SYNC
FIELD |type |t_integer |'0' |NOT NULL |ZBX_SYNC
UNIQUE |httpstepitem_1 |httpstepid,itemid
+TABLE|httptestitem|httptestitemid|ZBX_SYNC
+FIELD |httptestitemid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |httptestid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |itemid |t_id |'0' |NOT NULL |ZBX_SYNC
+FIELD |type |t_integer |'0' |NOT NULL |ZBX_SYNC
+UNIQUE |httptestitem_1 |httptestid,itemid
+
+
TABLE|nodes|nodeid|
FIELD |nodeid |t_integer |'0' |NOT NULL |0
FIELD |name |t_varchar(64) |'0' |NOT NULL |0