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.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index f6d09aef..f7987e2f 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -63,6 +63,8 @@ CREATE TABLE items (
trapper_hosts varchar(255) DEFAULT '' NOT NULL,
units varchar(10) DEFAULT '' NOT NULL,
multiplier int4 DEFAULT '0' NOT NULL,
+ delta int1 DEFAULT '0' NOT NULL,
+ prevorgvalue float8 DEFAULT '0.0',
PRIMARY KEY (itemid),
FOREIGN KEY (hostid) REFERENCES hosts
);