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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;