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

BEGIN;

-- XXX Add DDLs here.

COMMIT;