From 9761a87255c1eddf23029a0492965aed713bf5de Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 8 Apr 2023 14:41:24 +0900 Subject: Add `transaction_type` enum type. --- revert/kakeibo.transaction_type.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/kakeibo.transaction_type.sql (limited to 'revert') diff --git a/revert/kakeibo.transaction_type.sql b/revert/kakeibo.transaction_type.sql new file mode 100644 index 0000000..7601b35 --- /dev/null +++ b/revert/kakeibo.transaction_type.sql @@ -0,0 +1,7 @@ +-- Revert life-archive:kakeibo.transaction_type from pg + +BEGIN; + +DROP TYPE kakeibo.transaction_type; + +COMMIT; -- cgit v1.2.3