summaryrefslogtreecommitdiffstats
path: root/create/mysql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/mysql/schema.sql')
-rw-r--r--create/mysql/schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/create/mysql/schema.sql b/create/mysql/schema.sql
index cd7b9bb6..49bd8afe 100644
--- a/create/mysql/schema.sql
+++ b/create/mysql/schema.sql
@@ -29,7 +29,7 @@ CREATE TABLE services (
algorithm int(1) DEFAULT '0' NOT NULL,
triggerid int(4),
showsla int(1) DEFAULT '0' NOT NULL,
- goodsla double(3,2) DEFAULT '99.9' NOT NULL,
+ goodsla double(5,2) DEFAULT '99.9' NOT NULL,
sortorder int(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (serviceid)
) type=InnoDB;