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

BEGIN;

-- XXX Add DDLs here.

COMMIT;