From 42a2ee7629091fc45c463d28cb560c8bdd15d960 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 16 Feb 2006 11:47:49 +0000 Subject: - added graphs.templateid (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2649 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'create/postgresql/schema.sql') 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) ); -- cgit