Skip to content

Commit

Permalink
fix(clusters): update pools in dc-update (#959)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 30, 2024
1 parent 53e276a commit 9b31345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/cluster/worker/src/workers/datacenter_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
",
Expand Down

0 comments on commit 9b31345

Please sign in to comment.