aboutsummaryrefslogtreecommitdiff
-- Revert kakeibo:transactions from pg

BEGIN;

ALTER TABLE kakeibo.transactions
  DROP COLUMN article_id;

COMMIT;