aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.8.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-10-10 11:42:03 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2018-10-10 11:42:03 +1300
commit81db6816268e7355df8e4a2b9600b3ab1145d84d (patch)
treed6f83a3ec4684edb772bd82a26d182879373079e /schema/changelog-3.8.xml
parent6cfb503b400cbee3689cfb256a9779a024fe7f1d (diff)
downloadtraccar-server-81db6816268e7355df8e4a2b9600b3ab1145d84d.tar.gz
traccar-server-81db6816268e7355df8e4a2b9600b3ab1145d84d.tar.bz2
traccar-server-81db6816268e7355df8e4a2b9600b3ab1145d84d.zip
Small changelog improvements
Diffstat (limited to 'schema/changelog-3.8.xml')
-rw-r--r--schema/changelog-3.8.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/schema/changelog-3.8.xml b/schema/changelog-3.8.xml
index fed12c563..aeed32888 100644
--- a/schema/changelog-3.8.xml
+++ b/schema/changelog-3.8.xml
@@ -33,15 +33,15 @@
<addUniqueConstraint tableName="attribute_aliases" columnNames="deviceid, attribute" constraintName="uk_deviceid_attribute" />
<update tableName="users">
- <column name="map" type="VARCHAR(128)"/>
+ <column name="map" type="VARCHAR(128)" />
<where>map = 'osm'</where>
</update>
<update tableName="users">
- <column name="distanceunit" type="VARCHAR(128)"/>
+ <column name="distanceunit" type="VARCHAR(128)" />
<where>distanceunit = 'km'</where>
</update>
<update tableName="users">
- <column name="speedunit" type="VARCHAR(128)"/>
+ <column name="speedunit" type="VARCHAR(128)" />
<where>speedunit = 'kmh'</where>
</update>