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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;