diff options
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, |