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