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.
7 lines
104 B
PL/PgSQL
7 lines
104 B
PL/PgSQL
-- Revert guix-data-service:build_servers_lookup_builds from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|