Fix query typo in branches-by-package-version
This commit is contained in:
parent
d13a7187af
commit
cdb41cfa3c
1 changed files with 1 additions and 1 deletions
|
|
@ -579,7 +579,7 @@ INNER JOIN package_derivations
|
|||
ON package_derivations.id = guix_revision_package_derivations.package_derivation_id
|
||||
AND package_derivations.target = $3
|
||||
INNER JOIN systems
|
||||
ON package_derivations.system_id = systems_id
|
||||
ON package_derivations.system_id = systems.id
|
||||
AND systems.system = $2
|
||||
INNER JOIN packages
|
||||
ON package_derivations.package_id = packages.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue