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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;