Fix an error when updating the package derivation versions table
This commit is contained in:
parent
96305ec406
commit
d2e0fc53c1
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ WHERE git_repository_id = $1 AND
|
||||||
)"
|
)"
|
||||||
(list git-repository-id
|
(list git-repository-id
|
||||||
branch-name
|
branch-name
|
||||||
guix-revision-id
|
guix-revision-id)))
|
||||||
branch-name)))
|
|
||||||
|
|
||||||
(define* (insert-guix-revision-package-derivation-entries conn
|
(define* (insert-guix-revision-package-derivation-entries conn
|
||||||
git-repository-id
|
git-repository-id
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue