aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-4.16.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-4.16.xml')
-rw-r--r--schema/changelog-4.16.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/schema/changelog-4.16.xml b/schema/changelog-4.16.xml
index 0b6493f03..adf8d4fc6 100644
--- a/schema/changelog-4.16.xml
+++ b/schema/changelog-4.16.xml
@@ -16,6 +16,12 @@
<column name="disablereports" type="BOOLEAN" defaultValueBoolean="false" />
</addColumn>
+ <renameColumn tableName="tc_orders" oldColumnName="toAddress" newColumnName="toaddresstmp" />
+ <renameColumn tableName="tc_orders" oldColumnName="fromAddress" newColumnName="fromaddresstmp" />
+
+ <renameColumn tableName="tc_orders" oldColumnName="toaddresstmp" newColumnName="toaddress" />
+ <renameColumn tableName="tc_orders" oldColumnName="fromaddresstmp" newColumnName="fromaddress" />
+
</changeSet>
</databaseChangeLog>