guix-data-service/sqitch/verify/build_add_build_server_build_id.sql
Christopher Baines ddbe4c2192 Support storing the id's representing builds in other services
Like Cuirass, or the Guix Data Service. This isn't so necessary with Cuirass,
as the derivation/output are unique identifiers, but for the Guix Build
Coordinator, one derivation/output can be built many times, with potentially
differing results.
2020-06-27 14:05:51 +01:00

7 lines
117 B
PL/PgSQL

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