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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;