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:
parent
a965ba1f6a
commit
c8b93cb0d0
6 changed files with 118 additions and 15 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Revert guix-data-service:builds_add_derivation_output_details_set_id from pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
-- XXX Add DDLs here.
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue