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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;