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.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/create/mysql/schema.sql b/create/mysql/schema.sql
index 07b23d18..ad5a128b 100644
--- a/create/mysql/schema.sql
+++ b/create/mysql/schema.sql
@@ -124,6 +124,7 @@ CREATE TABLE sysmaps (
width int(4) DEFAULT '0' NOT NULL,
height int(4) DEFAULT '0' NOT NULL,
background varchar(64) DEFAULT '' NOT NULL,
+ label_type int(4) DEFAULT '0' NOT NULL,
PRIMARY KEY (sysmapid),
UNIQUE (name)
) type=InnoDB;