aboutsummaryrefslogtreecommitdiff
path: root/sqitch/revert/add-tsvectors-per-locale.sql
blob: 3e542dbe276e6d04e32f6ec2c3c18d23223c1522 (plain)
1
2
3
4
5
6
7
-- Revert guix-data-service:add-tsvectors-per-locale from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;