diff options
Diffstat (limited to 'schema/changelog-3.8.xml')
-rw-r--r-- | schema/changelog-3.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/changelog-3.8.xml b/schema/changelog-3.8.xml index bc11d99ce..be9df5410 100644 --- a/schema/changelog-3.8.xml +++ b/schema/changelog-3.8.xml @@ -75,10 +75,10 @@ </addColumn> <addColumn tableName="users"> - <column name="coordinatesformat" type="VARCHAR(128)" /> + <column name="coordinateformat" type="VARCHAR(128)" /> </addColumn> <addColumn tableName="server"> - <column name="coordinatesformat" type="VARCHAR(128)" /> + <column name="coordinateformat" type="VARCHAR(128)" /> </addColumn> </changeSet> |