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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;