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.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 0f8dbe25..854f2450 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -488,6 +488,7 @@ CREATE TABLE graphs (
yaxismax float8 DEFAULT '0' NOT NULL,
templateid int4 DEFAULT '0' NOT NULL,
show_work_period int2 DEFAULT '1' NOT NULL,
+ show_triggers int2 DEFAULT '1' NOT NULL,
PRIMARY KEY (graphid),
UNIQUE (name)
);