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.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 98df0fc1..db50fd43 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -54,7 +54,8 @@ CREATE TABLE items (
delay int4 DEFAULT '0' NOT NULL,
history int4 DEFAULT '90' NOT NULL,
trends int4 DEFAULT '365' NOT NULL,
- lastdelete int4 DEFAULT '0' NOT NULL,
+-- lastdelete is no longer required
+-- lastdelete int4 DEFAULT '0' NOT NULL,
nextcheck int4 DEFAULT '0' NOT NULL,
lastvalue varchar(255) DEFAULT NULL,
lastclock int4 DEFAULT NULL,