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 d47e7054..a8df2793 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -495,6 +495,7 @@ CREATE TABLE graphs ( templateid int4 DEFAULT '0' NOT NULL, show_work_period int2 DEFAULT '1' NOT NULL, show_triggers int2 DEFAULT '1' NOT NULL, + graphtype int2 DEFAULT '0' NOT NULL, PRIMARY KEY (graphid) ); |
