aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-21 14:17:09 +1300
committerGitHub <noreply@github.com>2016-10-21 14:17:09 +1300
commiteb15c16571c0070ae60f39dce6ae974128ff1be1 (patch)
tree8195f8ab0e05ff23153782dec1444f8fda790264 /schema
parentdd6170837ebcda6303410f741b14e162e2ff2a29 (diff)
parent1756637b8727f592712950e12a99521e5f5c636e (diff)
downloadtrackermap-server-eb15c16571c0070ae60f39dce6ae974128ff1be1.tar.gz
trackermap-server-eb15c16571c0070ae60f39dce6ae974128ff1be1.tar.bz2
trackermap-server-eb15c16571c0070ae60f39dce6ae974128ff1be1.zip
Merge pull request #2466 from Abyss777/device_management_info
Extend device model with management info
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-3.8.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/schema/changelog-3.8.xml b/schema/changelog-3.8.xml
index 7a2b1e4e0..780a2d029 100644
--- a/schema/changelog-3.8.xml
+++ b/schema/changelog-3.8.xml
@@ -94,5 +94,18 @@
<modifyDataType tableName="groups" columnName="attributes" newDataType="VARCHAR(4000)" />
<modifyDataType tableName="server" columnName="attributes" newDataType="VARCHAR(4000)" />
+ <addColumn tableName="devices">
+ <column name="phone" type="VARCHAR(128)" />
+ </addColumn>
+ <addColumn tableName="devices">
+ <column name="model" type="VARCHAR(128)" />
+ </addColumn>
+ <addColumn tableName="devices">
+ <column name="contact" type="VARCHAR(512)" />
+ </addColumn>
+ <addColumn tableName="devices">
+ <column name="category" type="VARCHAR(128)" />
+ </addColumn>
+
</changeSet>
</databaseChangeLog>