aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-10-21 06:12:37 +0500
committerAbyss777 <abyss@fox5.ru>2016-10-21 06:12:37 +0500
commit1756637b8727f592712950e12a99521e5f5c636e (patch)
tree8195f8ab0e05ff23153782dec1444f8fda790264 /schema
parentf7a00616b14821203f89e63d9c887b3e98b9826e (diff)
downloadtraccar-server-1756637b8727f592712950e12a99521e5f5c636e.tar.gz
traccar-server-1756637b8727f592712950e12a99521e5f5c636e.tar.bz2
traccar-server-1756637b8727f592712950e12a99521e5f5c636e.zip
Rename type to category
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-3.8.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/changelog-3.8.xml b/schema/changelog-3.8.xml
index dbf04df79..780a2d029 100644
--- a/schema/changelog-3.8.xml
+++ b/schema/changelog-3.8.xml
@@ -104,7 +104,7 @@
<column name="contact" type="VARCHAR(512)" />
</addColumn>
<addColumn tableName="devices">
- <column name="type" type="VARCHAR(128)" />
+ <column name="category" type="VARCHAR(128)" />
</addColumn>
</changeSet>