From b7b17d87df7e70d6774e40b864227fc3ddce4686 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 00:52:10 +0900 Subject: Add transaction type. --- revert/transaction_type.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/transaction_type.sql (limited to 'revert/transaction_type.sql') diff --git a/revert/transaction_type.sql b/revert/transaction_type.sql new file mode 100644 index 0000000..00fd491 --- /dev/null +++ b/revert/transaction_type.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:transaction_type from pg + +BEGIN; + +DROP TYPE kakeibo.transaction_type; + +COMMIT; -- cgit v1.2.3