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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;