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

BEGIN;

-- XXX Add DDLs here.

COMMIT;