-- Deploy kakeibo:transaction_type to pg -- requires: appschema BEGIN; DROP TYPE kakeibo.transaction_type; COMMIT;