Fix select-build-id-by-build-server-and-derivation-file-name
The id will be wrapped in a list.
This commit is contained in:
parent
b43fe39ab8
commit
54baf32be6
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ 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)
|
(((id))
|
||||||
(string->number id))
|
(string->number id))
|
||||||
(_
|
(_
|
||||||
#f)))
|
#f)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue