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/verify/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
144 B
PL/PgSQL

-- Verify guix-data-service:builds_remove_build_server_id_derivation_unique_constraint on pg
BEGIN;
-- XXX Add verifications here.
ROLLBACK;