diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-07-25 23:53:44 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 23:53:44 +1200 |
commit | 7e20896334f4f6927cf14c5272cf7d893efc3a05 (patch) | |
tree | 4ce04313dde4989a4c5b16816ddfeab1a6381876 /schema/changelog-3.7.xml | |
parent | 8c4eb2eff9da9bf0538e413444c1e6dae981b99e (diff) | |
parent | 80847cc39a0570a91618c2d9da283767a99fd975 (diff) | |
download | trackermap-server-7e20896334f4f6927cf14c5272cf7d893efc3a05.tar.gz trackermap-server-7e20896334f4f6927cf14c5272cf7d893efc3a05.tar.bz2 trackermap-server-7e20896334f4f6927cf14c5272cf7d893efc3a05.zip |
Merge pull request #2149 from Abyss777/lastposition_reorganization
Move lastPosition update to the end of pipeline
Diffstat (limited to 'schema/changelog-3.7.xml')
-rw-r--r-- | schema/changelog-3.7.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/changelog-3.7.xml b/schema/changelog-3.7.xml index e23e44b04..c988b8bdb 100644 --- a/schema/changelog-3.7.xml +++ b/schema/changelog-3.7.xml @@ -24,6 +24,8 @@ <column name="attributes" type="VARCHAR(4096)" /> </addColumn> + <dropColumn tableName="devices" columnName="motion" /> + </changeSet> <changeSet author="author" id="changelog-3.7-notmssql"> |