diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-04-08 14:41:24 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-04-08 15:14:34 +0900 |
commit | 9761a87255c1eddf23029a0492965aed713bf5de (patch) | |
tree | 70a3de0a5cc730691cf9ac685a44dbdba3ec2709 /revert | |
parent | d89df5609e2ef7aa40c0661b3f6b331ddf6d25b6 (diff) |
Add `transaction_type` enum type.
Diffstat (limited to 'revert')
-rw-r--r-- | revert/kakeibo.transaction_type.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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; |