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 fdb13f36..21c3c0ef 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -477,6 +477,7 @@ CREATE TABLE graphs ( yaxistype int2 DEFAULT '0' NOT NULL, yaxismin float8 DEFAULT '0' NOT NULL, yaxismax float8 DEFAULT '0' NOT NULL, + templateid int4 DEFAULT '0' NOT NULL, PRIMARY KEY (graphid), UNIQUE (name) ); |
