diff options
Diffstat (limited to 'schema/changelog-5.3.xml')
-rw-r--r-- | schema/changelog-5.3.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/changelog-5.3.xml b/schema/changelog-5.3.xml index a689bc236..3b103a6fa 100644 --- a/schema/changelog-5.3.xml +++ b/schema/changelog-5.3.xml @@ -32,6 +32,8 @@ </column> </createTable> + <dropColumn tableName="tc_users" columnName="token" /> + </changeSet> </databaseChangeLog> |