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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;