aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-07-26 01:09:49 +1200
committerGitHub <noreply@github.com>2016-07-26 01:09:49 +1200
commit4064f864e20d3d40025a94e10cf56084d2c78287 (patch)
tree0a9e69d6139e19a830a979a45b76f82ccbe27bb4 /schema
parent7e20896334f4f6927cf14c5272cf7d893efc3a05 (diff)
parentfb0a1689fda9a06ecf5e6a9a97ba8b2b704cacb9 (diff)
downloadtrackermap-server-4064f864e20d3d40025a94e10cf56084d2c78287.tar.gz
trackermap-server-4064f864e20d3d40025a94e10cf56084d2c78287.tar.bz2
trackermap-server-4064f864e20d3d40025a94e10cf56084d2c78287.zip
Merge pull request #2155 from Abyss777/attributes
Added group and server attributes
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-3.7.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/schema/changelog-3.7.xml b/schema/changelog-3.7.xml
index c988b8bdb..ae85f69f3 100644
--- a/schema/changelog-3.7.xml
+++ b/schema/changelog-3.7.xml
@@ -26,6 +26,14 @@
<dropColumn tableName="devices" columnName="motion" />
+ <addColumn tableName="groups">
+ <column name="attributes" type="VARCHAR(4096)" />
+ </addColumn>
+
+ <addColumn tableName="server">
+ <column name="attributes" type="VARCHAR(4096)" />
+ </addColumn>
+
</changeSet>
<changeSet author="author" id="changelog-3.7-notmssql">