aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-04-19 09:55:22 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-04-19 09:55:22 +0900
commitad5dbda6edfa7d58062a620cf2fd6d1cbd152021 (patch)
tree18da9aa0c56acf6ae3df30732b5d49626608fa37 /deploy
parent4d7ccd65f41d01babc8e438283456de0627e2ff5 (diff)
Revert "Add `transaction_type` enum type."
This reverts commit 9761a87255c1eddf23029a0492965aed713bf5de.
Diffstat (limited to 'deploy')
-rw-r--r--deploy/kakeibo.transaction_type.sql8
1 files changed, 0 insertions, 8 deletions
diff --git a/deploy/kakeibo.transaction_type.sql b/deploy/kakeibo.transaction_type.sql
deleted file mode 100644
index 1d6cddf..0000000
--- a/deploy/kakeibo.transaction_type.sql
+++ /dev/null
@@ -1,8 +0,0 @@
--- Deploy life-archive:kakeibo.transaction_type to pg
--- requires: kakeibo
-
-BEGIN;
-
-CREATE TYPE kakeibo.transaction_type AS ENUM ('outgo', 'income');
-
-COMMIT;