diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-23 22:40:49 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-23 22:40:49 +1200 |
commit | 4757c4c9f6bf780ecedbbcb0312712a617070226 (patch) | |
tree | 930f6838cc63e53313fb816edbbaa4fb4bfe7f45 /debug.xml | |
parent | 3195e708dc18c82f07869267738e43f08bd74696 (diff) | |
download | trackermap-server-4757c4c9f6bf780ecedbbcb0312712a617070226.tar.gz trackermap-server-4757c4c9f6bf780ecedbbcb0312712a617070226.tar.bz2 trackermap-server-4757c4c9f6bf780ecedbbcb0312712a617070226.zip |
Add support for custom maps
Diffstat (limited to 'debug.xml')
-rw-r--r-- | debug.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -125,6 +125,7 @@ registration BIT NOT NULL, map VARCHAR(128), bingKey VARCHAR(128), + mapUrl VARCHAR(128), language VARCHAR(128), distanceUnit VARCHAR(128), speedUnit VARCHAR(128), @@ -152,6 +153,7 @@ registration = :registration, map = :map, bingKey = :bingKey, + mapUrl = :mapUrl, language = :language, distanceUnit = :distanceUnit, speedUnit = :speedUnit, |