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

BEGIN;

-- XXX Add DDLs here.

COMMIT;