From 06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 8 Jul 2001 15:44:10 +0000 Subject: Color attribute added to each parameter of graph. git-svn-id: svn://svn.zabbix.com/trunk@132 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 366e4dd6..b170fad0 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -291,6 +291,7 @@ CREATE TABLE graphs_items ( gitemid serial, graphid int4 DEFAULT '0' NOT NULL, itemid int4 DEFAULT '0' NOT NULL, + color varchar(32) DEFAULT 'Dark Green' NOT NULL, PRIMARY KEY (gitemid), FOREIGN KEY (graphid) REFERENCES graphs, FOREIGN KEY (itemid) REFERENCES items -- cgit