Skip to content

Commit

Permalink
Fix query (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Jun 26, 2024
1 parent 010e1f4 commit a070761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

2 changes: 1 addition & 1 deletion plane/src/database/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ impl<'a> BackendDatabase<'a> {
cluster_address = $4,
state = $5
where id = $1
and last_status_number < $3 or last_status_number is null
and (last_status_number < $3 or last_status_number is null)
"#,
backend.to_string(),
new_status.to_string(),
Expand Down

0 comments on commit a070761

Please sign in to comment.