summaryrefslogtreecommitdiffstats
path: root/create/postgresql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/postgresql/schema.sql')
-rw-r--r--create/postgresql/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 93a5a4a8..b7125683 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -38,6 +38,7 @@ CREATE TABLE items (
lastclock int4 DEFAULT NULL,
prevvalue varchar(255) DEFAULT NULL,
status int4 DEFAULT '0' NOT NULL,
+ trapper_hosts varchar(255) DEFAULT '' NOT NULL,
PRIMARY KEY (itemid),
FOREIGN KEY (hostid) REFERENCES hosts
);