diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index ab05ea70..97576e0f 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -465,6 +465,7 @@ CREATE TABLE graphs ( yaxistype int2 DEFAULT '0' NOT NULL, yaxismin float8 DEFAULT '0' NOT NULL, yaxismax float8 DEFAULT '0' NOT NULL, + yaxisside int2 DEFAULT '1' NOT NULL, PRIMARY KEY (graphid), UNIQUE (name) ); |
