Fix the match statement in select-build-by-build-server-and…
This commit is contained in:
parent
29e897ce9c
commit
1e040010fc
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ WHERE build_server_id = $1 AND derivation_file_name = $2")
|
||||||
query
|
query
|
||||||
(list (number->string build-server-id)
|
(list (number->string build-server-id)
|
||||||
derivation-file-name))
|
derivation-file-name))
|
||||||
((id) (string->number id))
|
((id build_server_id derivation_file_name)
|
||||||
|
(string->number id))
|
||||||
(_
|
(_
|
||||||
#f)))
|
#f)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue