aboutsummaryrefslogtreecommitdiff
-- Revert diary:articles from pg

BEGIN;

SET search_path to diary;

DROP TABLE articles;

COMMIT;