From ad5dbda6edfa7d58062a620cf2fd6d1cbd152021 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 19 Apr 2023 09:55:22 +0900 Subject: Revert "Add `transaction_type` enum type." This reverts commit 9761a87255c1eddf23029a0492965aed713bf5de. --- revert/kakeibo.transaction_type.sql | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 revert/kakeibo.transaction_type.sql (limited to 'revert/kakeibo.transaction_type.sql') diff --git a/revert/kakeibo.transaction_type.sql b/revert/kakeibo.transaction_type.sql deleted file mode 100644 index 7601b35..0000000 --- a/revert/kakeibo.transaction_type.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Revert life-archive:kakeibo.transaction_type from pg - -BEGIN; - -DROP TYPE kakeibo.transaction_type; - -COMMIT; -- cgit v1.2.3