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
|
||||
(exec-query
|
||||
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)))))
|
||||
result))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue