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