aboutsummaryrefslogtreecommitdiff
-- Revert kakeibo:items_article_id from pg

BEGIN;

ALTER TABLE kakeibo.items
  DROP COLUMN article_id;

COMMIT;