Order the index page guix revision jobs
This commit is contained in:
parent
be6acf8e3b
commit
0c02de432c
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ RETURNING id;")
|
||||||
(let ((result
|
(let ((result
|
||||||
(exec-query
|
(exec-query
|
||||||
conn
|
conn
|
||||||
"SELECT * FROM load_new_guix_revision_jobs LIMIT $1"
|
"SELECT * FROM load_new_guix_revision_jobs ORDER BY id ASC LIMIT $1"
|
||||||
(list (number->string n)))))
|
(list (number->string n)))))
|
||||||
result))
|
result))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue