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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;