aboutsummaryrefslogtreecommitdiff
-- Deploy kakeibo:transactions_type_code to pg
-- requires: transactions

BEGIN;

ALTER TABLE kakeibo.transactions RENAME COLUMN type to type_code;

COMMIT;