As this will hopefully provide a faster way of associating derivations with builds.
7 lines
120 B
PL/PgSQL
7 lines
120 B
PL/PgSQL
-- Revert guix-data-service:builds_add_derivation_output_details_set_id from pg
|
|
|
|
BEGIN;
|
|
|
|
-- XXX Add DDLs here.
|
|
|
|
COMMIT;
|