diff options
Diffstat (limited to 'create/postgresql/schema.sql')
| -rw-r--r-- | create/postgresql/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
