From 9b3134583cd9063f26861d5ec275687544b244a6 Mon Sep 17 00:00:00 2001 From: NathanFlurry Date: Sun, 30 Jun 2024 22:01:30 +0000 Subject: [PATCH] fix(clusters): update pools in dc-update (#959) ## Changes --- svc/pkg/cluster/worker/src/workers/datacenter_update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/pkg/cluster/worker/src/workers/datacenter_update.rs b/svc/pkg/cluster/worker/src/workers/datacenter_update.rs index 9f7871a49..e29663bd3 100644 --- a/svc/pkg/cluster/worker/src/workers/datacenter_update.rs +++ b/svc/pkg/cluster/worker/src/workers/datacenter_update.rs @@ -57,7 +57,7 @@ async fn worker( " UPDATE db_cluster.datacenters SET - pools = $2 AND + pools = $2, prebakes_enabled = coalesce($3, prebakes_enabled) WHERE datacenter_id = $1 ",