From 5d7203d5ca85c44391d4bb250f8fbb6ecd7afd29 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 8 Apr 2023 15:14:12 +0900 Subject: Rename type_code column to type and change type to transaction_type. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') 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 # Add @v1.0.0-alpha.4 2023-04-08T04:58:15Z Masaya Tojo # Tag v1.0.0-alpha.4 kakeibo.transaction_type [kakeibo] 2023-04-08T05:28:15Z Masaya Tojo # Add `transaction_type` enum type. +kakeibo.transactions [kakeibo.transactions@v1.0.0-alpha.4 kakeibo.transaction_type] 2023-04-08T05:50:31Z Masaya Tojo # Rename type_code column to type and change data type from integer to transaction_type. -- cgit v1.2.3