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 10e6b05b..723ffa91 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -384,7 +384,7 @@ CREATE TABLE services (
algorithm int2 DEFAULT '0' NOT NULL,
triggerid int4,
showsla int4 DEFAULT '0' NOT NULL,
- goodsla int4 DEFAULT '99.9' NOT NULL,
+ goodsla float8 DEFAULT '99.9' NOT NULL,
PRIMARY KEY (serviceid)
);