aboutsummaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
authorgrmt <garmt.noname@gmail.com>2022-02-22 00:42:06 +0100
committergrmt <garmt.noname@gmail.com>2022-02-22 09:37:36 +0100
commit82305faa20e383ea569bc5be17eb8cd74c6131f1 (patch)
tree8c7607d06bd3cdb100637335477fe2982ad40b93 /schema
parentea813e40a91d59383b138b80642d86175232b703 (diff)
downloadtrackermap-server-82305faa20e383ea569bc5be17eb8cd74c6131f1.tar.gz
trackermap-server-82305faa20e383ea569bc5be17eb8cd74c6131f1.tar.bz2
trackermap-server-82305faa20e383ea569bc5be17eb8cd74c6131f1.zip
double rename for [to|from]Address into [to|from]address
Diffstat (limited to 'schema')
-rw-r--r--schema/changelog-4.16.xml6
-rw-r--r--schema/changelog-master.xml2
2 files changed, 7 insertions, 1 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>
diff --git a/schema/changelog-master.xml b/schema/changelog-master.xml
index 354037cdd..d79e084f6 100644
--- a/schema/changelog-master.xml
+++ b/schema/changelog-master.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<databaseChangeLog
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"