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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;