aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.7.xml
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-07-26 15:22:03 +0500
committerAbyss777 <abyss@fox5.ru>2016-07-26 15:22:03 +0500
commit8ce7ef517c2913483eee7a09fd19e98cfd37b6e8 (patch)
treec6c879b5889a18e0cd0086cd748c44281cede3fb /schema/changelog-3.7.xml
parent60c442ac19776f0e07fafd1db8a0b75f971fd40e (diff)
downloadtraccar-server-8ce7ef517c2913483eee7a09fd19e98cfd37b6e8.tar.gz
traccar-server-8ce7ef517c2913483eee7a09fd19e98cfd37b6e8.tar.bz2
traccar-server-8ce7ef517c2913483eee7a09fd19e98cfd37b6e8.zip
Do not store device status in database
Diffstat (limited to 'schema/changelog-3.7.xml')
-rw-r--r--schema/changelog-3.7.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/changelog-3.7.xml b/schema/changelog-3.7.xml
index ae85f69f3..d82dbe91b 100644
--- a/schema/changelog-3.7.xml
+++ b/schema/changelog-3.7.xml
@@ -26,6 +26,8 @@
<dropColumn tableName="devices" columnName="motion" />
+ <dropColumn tableName="devices" columnName="status" />
+
<addColumn tableName="groups">
<column name="attributes" type="VARCHAR(4096)" />
</addColumn>