aboutsummaryrefslogtreecommitdiff
path: root/revert/tags.sql
blob: f3926b472e675648e0baafdb83af770eac265e42 (about) (plain)
1
2
3
4
5
6
7
8
9
-- Revert diary:tags from pg

BEGIN;

SET search_path to diary;

DROP TABLE tags;

COMMIT;