From 69ac90518f003895b8ffb6618b84b91ff4256308 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 4 Mar 2023 20:21:24 +0900 Subject: Drop transaction_type. --- deploy/transaction_type.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'deploy/transaction_type.sql') diff --git a/deploy/transaction_type.sql b/deploy/transaction_type.sql index b29421f..a101f75 100644 --- a/deploy/transaction_type.sql +++ b/deploy/transaction_type.sql @@ -3,9 +3,6 @@ BEGIN; -CREATE TYPE kakeibo.transaction_type AS ENUM( - 'income', - 'outgo' -); +DROP TYPE kakeibo.transaction_type; COMMIT; -- cgit v1.2.3