diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 13:43:51 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 13:43:51 +0500 |
commit | fe5e6f7e1aaa01dfe8d61af46c3b818f8c566a25 (patch) | |
tree | 778b00dd1a6162007cb08239d475884843a678ba /schema/changelog-3.15.xml | |
parent | 3e5167131c758dd6e75e0f5d9b265a1514baac0c (diff) | |
download | trackermap-server-fe5e6f7e1aaa01dfe8d61af46c3b818f8c566a25.tar.gz trackermap-server-fe5e6f7e1aaa01dfe8d61af46c3b818f8c566a25.tar.bz2 trackermap-server-fe5e6f7e1aaa01dfe8d61af46c3b818f8c566a25.zip |
Move units to attributes and add volume units
Diffstat (limited to 'schema/changelog-3.15.xml')
-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> |