diff options
Diffstat (limited to 'deploy/transaction_type.sql')
-rw-r--r-- | deploy/transaction_type.sql | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deploy/transaction_type.sql b/deploy/transaction_type.sql index b29421f..a101f75 100644 --- a/deploy/transaction_type.sql +++ b/deploy/transaction_type.sql @@ -3,9 +3,6 @@ BEGIN; -CREATE TYPE kakeibo.transaction_type AS ENUM( - 'income', - 'outgo' -); +DROP TYPE kakeibo.transaction_type; COMMIT; |