Make the revision derivation counts numbers
This commit is contained in:
parent
cbef46e682
commit
11ec8a8064
1 changed files with 7 additions and 1 deletions
|
|
@ -63,4 +63,10 @@ WHERE package_derivations.id IN (
|
||||||
GROUP BY systems.system, package_derivations.target
|
GROUP BY systems.system, package_derivations.target
|
||||||
ORDER BY systems.system DESC, package_derivations.target ASC")
|
ORDER BY systems.system DESC, package_derivations.target ASC")
|
||||||
|
|
||||||
(exec-query conn query (list commit-hash)))
|
(map
|
||||||
|
(match-lambda
|
||||||
|
((system target count)
|
||||||
|
(list system
|
||||||
|
target
|
||||||
|
(string->number count))))
|
||||||
|
(exec-query conn query (list commit-hash))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue