2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00
data-service/sqitch/revert/builds_remove_build_server_id_derivation_unique_constraint.sql
Christopher Baines 0242bc6a2e Remove the constraint on having one derivation build per server
As the Guix Build Coordinator can build one derivation many times.
2020-07-01 09:35:40 +01:00

8 lines
135 B
PL/PgSQL

-- Revert guix-data-service:builds_remove_build_server_id_derivation_unique_constraint from pg
BEGIN;
-- XXX Add DDLs here.
COMMIT;