From f011f99514c304521e14eb00b2c6e6d4b2c3dd11 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 13 Mar 2023 00:23:26 +0900 Subject: Add table to manage transaction type codes. --- revert/transaction_types.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 revert/transaction_types.sql (limited to 'revert/transaction_types.sql') diff --git a/revert/transaction_types.sql b/revert/transaction_types.sql new file mode 100644 index 0000000..48df263 --- /dev/null +++ b/revert/transaction_types.sql @@ -0,0 +1,7 @@ +-- Revert kakeibo:transaction_types from pg + +BEGIN; + +DROP TABLE kakeibo.transaction_types; + +COMMIT; -- cgit v1.2.3