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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;