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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;