aboutsummaryrefslogtreecommitdiff
-- Revert diary:article_taggings from pg

BEGIN;

SET search_path to diary;

DROP TABLE article_taggings;

COMMIT;