aboutsummaryrefslogtreecommitdiff
path: root/sqitch/sqitch.plan
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-07-01 09:35:40 +0100
committerChristopher Baines <mail@cbaines.net>2020-07-01 09:35:40 +0100
commit0242bc6a2e7921b11727e4fdd59497d4da99cd0f (patch)
tree9bdec9377bdb77e49556ecdb10af221e50b48489 /sqitch/sqitch.plan
parent5ee82075656609e4b2cd03a304162959147f929c (diff)
downloaddata-service-0242bc6a2e7921b11727e4fdd59497d4da99cd0f.tar
data-service-0242bc6a2e7921b11727e4fdd59497d4da99cd0f.tar.gz
Remove the constraint on having one derivation build per server
As the Guix Build Coordinator can build one derivation many times.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r--sqitch/sqitch.plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan
index 318d2c6..c47cb84 100644
--- a/sqitch/sqitch.plan
+++ b/sqitch/sqitch.plan
@@ -64,3 +64,4 @@ translations_for_package_synopsis_and_descriptions 2020-06-09T12:42:54Z daniela
build_status_nullable_timestamp 2020-06-27T12:34:29Z Christopher Baines <mail@cbaines.net> # Make build_status.timestamp nullable
build_add_build_server_build_id 2020-06-27T12:48:57Z Christopher Baines <mail@cbaines.net> # Add builds.build_server_build_id
build_status_add_unique_index 2020-06-30T17:19:30Z Christopher Baines <mail@cbaines.net> # Add a unique index to the build_status table
+builds_remove_build_server_id_derivation_unique_constraint 2020-06-30T20:17:48Z Christopher Baines <mail@cbaines.net> # Allow multiple builds of the same derivation per build server