2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/data-service.git synced 2023-12-14 03:23:03 +01:00

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
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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