diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-06 21:08:31 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 21:08:31 +1200 |
commit | f0578c7b5f8737e019a9cf05935d2caaa940f0ca (patch) | |
tree | 778b00dd1a6162007cb08239d475884843a678ba /schema | |
parent | 3e5167131c758dd6e75e0f5d9b265a1514baac0c (diff) | |
parent | fe5e6f7e1aaa01dfe8d61af46c3b818f8c566a25 (diff) | |
download | trackermap-server-f0578c7b5f8737e019a9cf05935d2caaa940f0ca.tar.gz trackermap-server-f0578c7b5f8737e019a9cf05935d2caaa940f0ca.tar.bz2 trackermap-server-f0578c7b5f8737e019a9cf05935d2caaa940f0ca.zip |
Merge pull request #3507 from Abyss777/units_attributes
Move units to attributes and add volume units
Diffstat (limited to 'schema')
-rw-r--r-- | schema/changelog-3.15.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/schema/changelog-3.15.xml b/schema/changelog-3.15.xml index a2d944abb..37fd2e278 100644 --- a/schema/changelog-3.15.xml +++ b/schema/changelog-3.15.xml @@ -13,5 +13,13 @@ <dropTable tableName="attribute_aliases" /> + <dropColumn tableName="servers" columnName="timezone" /> + <dropColumn tableName="servers" columnName="speedunit" /> + <dropColumn tableName="servers" columnName="distanceunit" /> + + <dropColumn tableName="users" columnName="timezone" /> + <dropColumn tableName="users" columnName="speedunit" /> + <dropColumn tableName="users" columnName="distanceunit" /> + </changeSet> </databaseChangeLog> |