aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-6.2.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/changelog-6.2.xml b/schema/changelog-6.2.xml
index 471987d12..568d9a3a0 100644
--- a/schema/changelog-6.2.xml
+++ b/schema/changelog-6.2.xml
@@ -11,6 +11,12 @@
<dropColumn tableName="tc_servers" columnName="twelvehourformat" />
<dropColumn tableName="tc_users" columnName="twelvehourformat" />
+ <addColumn tableName="tc_attributes">
+ <column name="priority" type="INT" defaultValueNumeric="0">
+ <constraints nullable="false" />
+ </column>
+ </addColumn>
+
</changeSet>
</databaseChangeLog>