diff options
Diffstat (limited to 'schema/changelog-3.8.xml')
-rw-r--r-- | schema/changelog-3.8.xml | 6 |
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> |