From 2a4c603bb433fc21d4deaa87d1c0b41cc55a1bea Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 4 Jan 2004 10:13:41 +0000 Subject: More support for different connector types/colors. git-svn-id: svn://svn.zabbix.com/trunk@1130 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- create/postgresql/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create/postgresql/schema.sql') diff --git a/create/postgresql/schema.sql b/create/postgresql/schema.sql index d316b4a1..fd340766 100644 --- a/create/postgresql/schema.sql +++ b/create/postgresql/schema.sql @@ -372,7 +372,7 @@ CREATE TABLE sysmaps_links ( drawtype_off int4 DEFAULT '0' NOT NULL, color_off varchar(32) DEFAULT 'Black' NOT NULL, drawtype_on int4 DEFAULT '0' NOT NULL, - color_on varchar(32) DEFAULT 'Dark Red' NOT NULL, + color_on varchar(32) DEFAULT 'Red' NOT NULL, PRIMARY KEY (linkid), FOREIGN KEY (sysmapid) REFERENCES sysmaps, FOREIGN KEY (shostid1) REFERENCES sysmaps_hosts, -- cgit