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.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql
index 646f25a9..ea246cac 100644
--- a/create/postgresql/schema.sql
+++ b/create/postgresql/schema.sql
@@ -396,6 +396,9 @@ CREATE TABLE graphs (
name varchar(128) DEFAULT '' NOT NULL,
width int4 DEFAULT '0' NOT NULL,
height int4 DEFAULT '0' NOT NULL,
+ yaxistype int2 DEFAULT '0' NOT NULL,
+ yaxismin float8 DEFAULT '0' NOT NULL,
+ yaxismax float8 DEFAULT '0' NOT NULL,
PRIMARY KEY (graphid),
UNIQUE (name)
);