aboutsummaryrefslogtreecommitdiff
path: root/sqitch.plan
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-04-08 15:14:12 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-04-08 15:14:34 +0900
commit5d7203d5ca85c44391d4bb250f8fbb6ecd7afd29 (patch)
treebacd480dbe3610652d6a8f8a17f7716a8e052c23 /sqitch.plan
parent9761a87255c1eddf23029a0492965aed713bf5de (diff)
Rename type_code column to type and change type to transaction_type.
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 54ded53..f353f40 100644
--- a/sqitch.plan
+++ b/sqitch.plan
@@ -29,3 +29,4 @@ photo.photos [photo] 2023-03-27T16:00:51Z Masaya Tojo <masaya@tojo.tokyo> # Add
@v1.0.0-alpha.4 2023-04-08T04:58:15Z Masaya Tojo <masaya@tojo.tokyo> # Tag v1.0.0-alpha.4
kakeibo.transaction_type [kakeibo] 2023-04-08T05:28:15Z Masaya Tojo <masaya@tojo.tokyo> # Add `transaction_type` enum type.
+kakeibo.transactions [kakeibo.transactions@v1.0.0-alpha.4 kakeibo.transaction_type] 2023-04-08T05:50:31Z Masaya Tojo <masaya@tojo.tokyo> # Rename type_code column to type and change data type from integer to transaction_type.