aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqlite/verify/fix_allocated_builds.sql
blob: 2b83a123d21e5f67a2c82955444b153f067cac2d (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:fix_allocated_builds on sqlite

BEGIN;

-- XXX Add verifications here.

ROLLBACK;