aboutsummaryrefslogtreecommitdiff
path: root/deploy/transaction_type.sql
blob: a101f755d389bbcf87244b94a077b718d8d97f98 (about) (plain)
1
2
3
4
5
6
7
8
-- Deploy kakeibo:transaction_type to pg
-- requires: appschema

BEGIN;

DROP TYPE kakeibo.transaction_type;

COMMIT;