Order the all-git-repositories results

So at least they're stable.
This commit is contained in:
Christopher Baines 2019-05-13 21:10:20 +01:00
parent 7341d17254
commit 721d21ed4d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
(exec-query
conn
(string-append
"SELECT id, label, url FROM git_repositories")))
"SELECT id, label, url FROM git_repositories ORDER BY id ASC")))
(define (git-repository-id->url conn id)
(match