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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;