diff options
Diffstat (limited to 'schema/changelog-3.7.xml')
-rw-r--r-- | schema/changelog-3.7.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/schema/changelog-3.7.xml b/schema/changelog-3.7.xml index e23e44b04..d82dbe91b 100644 --- a/schema/changelog-3.7.xml +++ b/schema/changelog-3.7.xml @@ -24,6 +24,18 @@ <column name="attributes" type="VARCHAR(4096)" /> </addColumn> + <dropColumn tableName="devices" columnName="motion" /> + + <dropColumn tableName="devices" columnName="status" /> + + <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"> |