aboutsummaryrefslogtreecommitdiff
-- Revert kakeibo:transactions_type_code_fkey from pg

BEGIN;

ALTER TABLE kakeibo.transactions
  DROP CONSTRAINT transactions_type_code_fkey;

COMMIT;