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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;