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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;