Add new derivation_output_details_set_id column to the builds table

As this will hopefully provide a faster way of associating derivations with
builds.
This commit is contained in:
Christopher Baines 2019-12-07 19:27:31 +01:00
parent a965ba1f6a
commit c8b93cb0d0
6 changed files with 118 additions and 15 deletions

View file

@ -0,0 +1,7 @@
-- Revert guix-data-service:builds_add_derivation_output_details_set_id from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;