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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;