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.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/create/schema/schema.sql b/create/schema/schema.sql
index 97c7f1e5..6e0eaa76 100644
--- a/create/schema/schema.sql
+++ b/create/schema/schema.sql
@@ -60,7 +60,6 @@ FIELD |ip |t_varchar(15) |'' |NOT NULL |ZBX_SYNC
FIELD |status |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |lastup |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |lastdown |t_integer |'0' |NOT NULL |ZBX_SYNC
-FIELD |eventsent |t_integer |'0' |NOT NULL |ZBX_SYNC
TABLE|dservices|dserviceid|ZBX_SYNC
FIELD |dserviceid |t_id |'0' |NOT NULL |ZBX_SYNC
@@ -70,7 +69,6 @@ FIELD |port |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |status |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |lastup |t_integer |'0' |NOT NULL |ZBX_SYNC
FIELD |lastdown |t_integer |'0' |NOT NULL |ZBX_SYNC
-FIELD |eventsent |t_integer |'0' |NOT NULL |ZBX_SYNC
TABLE|ids|nodeid,table_name,field_name|
FIELD |nodeid |t_integer |'0' |NOT NULL |0