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

BEGIN;

-- XXX Add verifications here.

ROLLBACK;