aboutsummaryrefslogtreecommitdiff
-- Revert diary:tags from pg

BEGIN;

SET search_path to diary;

DROP TABLE tags;

COMMIT;