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 15d3e6aa..a23633fd 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 int(4) DEFAULT '99.9' NOT NULL,
+ goodsla double(3,2) DEFAULT '99.9' NOT NULL,
PRIMARY KEY (serviceid)
) type=InnoDB;