Remove the constraint on having one derivation build per server
As the Guix Build Coordinator can build one derivation many times.
This commit is contained in:
parent
5ee8207565
commit
0242bc6a2e
4 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
-- Deploy guix-data-service:builds_remove_build_server_id_derivation_unique_constraint to pg
|
||||
|
||||
BEGIN;
|
||||
|
||||
DROP INDEX builds_build_server_id_derivation_file_name_idx;
|
||||
|
||||
COMMIT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue