aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/build_allocation_tables.sql
blob: 2f382caeed4a4cd9be56fc66eee8a409b48a8aa7 (plain)
1
2
3
4
5
6
7
-- Verify guix-build-coordinator:build_allocation_tables on pg

BEGIN;

-- XXX Add verifications here.

ROLLBACK;