2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/verify/build_servers_lookup_builds.sql
Christopher Baines b6754c8a4c Add a lookup_builds field to the build_servers table
This is to allow for build servers where only the substitutes should be
queried, and it shouldn't be assumed that they're running Cuirass.
2020-05-24 17:02:53 +01:00

8 lines
113 B
PL/PgSQL

-- Verify guix-data-service:build_servers_lookup_builds on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;