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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;