summaryrefslogtreecommitdiffstats
path: root/create/mysql/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'create/mysql/schema.sql')
-rw-r--r--create/mysql/schema.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/create/mysql/schema.sql b/create/mysql/schema.sql
index 3c318238..6dd0de90 100644
--- a/create/mysql/schema.sql
+++ b/create/mysql/schema.sql
@@ -87,6 +87,10 @@ CREATE TABLE sysmaps_links (
shostid2 int(4) DEFAULT '0' NOT NULL,
-- may be NULL
triggerid int(4),
+ drawtype_off int(4) DEFAULT '0' NOT NULL,
+ color_off varchar(32) DEFAULT 'Black' NOT NULL,
+ drawtype_on int(4) DEFAULT '0' NOT NULL,
+ color_on varchar(32) DEFAULT 'Dark Red' NOT NULL,
PRIMARY KEY (linkid)
) type=InnoDB;