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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;