aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-5.3.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema/changelog-5.3.xml b/schema/changelog-5.3.xml
index b574a67d2..063046ce9 100644
--- a/schema/changelog-5.3.xml
+++ b/schema/changelog-5.3.xml
@@ -16,6 +16,10 @@
<column name="fixedemail" type="BOOLEAN" defaultValueBoolean="false" />
</addColumn>
+ <addColumn tableName="tc_devices">
+ <column name="expirationtime" type="TIMESTAMP" />
+ </addColumn>
+
</changeSet>
</databaseChangeLog>