Order the index page guix revision jobs

This commit is contained in:
Christopher Baines 2019-03-19 21:18:17 +00:00
parent be6acf8e3b
commit 0c02de432c
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577

View file

@ -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))