aboutsummaryrefslogtreecommitdiff
path: root/sqitch.plan
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-05 12:57:14 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-05 12:57:14 +0900
commit1c6642ef3ea7c6e4f4e1a90b07e1b60be6a7429b (patch)
tree4a7203f092a8658b9a0bd0b643f4441201111df8 /sqitch.plan
parent4b552c58f5988d1af18ef34ccec5979081c3bc14 (diff)
Rename column of transactions from type to type_code.
Diffstat (limited to 'sqitch.plan')
-rw-r--r--sqitch.plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch.plan b/sqitch.plan
index 5bb51d2..6780aca 100644
--- a/sqitch.plan
+++ b/sqitch.plan
@@ -21,3 +21,4 @@ transaction_type [transaction_type@v1.0.0-dev1 appschema] 2023-03-04T11:13:26Z M
@v1.0.0-dev2 2023-03-04T11:24:20Z Masaya Tojo <masaya@tojo.tokyo> # Tag v1.0.0-dev2.
types [appschema] 2023-03-05T03:45:31Z Masaya Tojo <masaya@tojo.tokyo> # Add types table for manage type column of transactions.
+transactions_type_code [transactions] 2023-03-05T03:53:38Z Masaya Tojo <masaya@tojo.tokyo> # Rename column of transactions from type to type_code.