aboutsummaryrefslogtreecommitdiff
path: root/sqitch/verify/nar_indexes.sql
blob: 3e2f5193ecbd5076e1e07424149f7362ba0153e6 (plain)
1
2
3
4
5
6
7
-- Verify guix-data-service:nar_indexes on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;