aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/revert/builds_replace_unprocessed_index.sql
blob: 4395f90ba16abeb7b3b1ec9f98361758fdc1cfb0 (plain)
1
2
3
4
5
6
7
-- Revert guix-build-coordinator:builds_replace_unprocessed_index from pg

BEGIN;

-- XXX Add DDLs here.

COMMIT;