As this will hopefully provide a faster way of associating derivations with builds.
7 lines
129 B
PL/PgSQL
7 lines
129 B
PL/PgSQL
-- Verify guix-data-service:builds_add_derivation_output_details_set_id on pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add verifications here.
|
|
|
|
ROLLBACK;
|