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:
Christopher Baines 2020-07-01 09:35:40 +01:00
parent 5ee8207565
commit 0242bc6a2e
4 changed files with 22 additions and 0 deletions

View file

@ -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;