aboutsummaryrefslogtreecommitdiff
-- Revert diary:article_links from pg

BEGIN;

SET search_path to diary;

DROP TABLE article_links;

COMMIT;