Order the all-git-repositories results
So at least they're stable.
This commit is contained in:
parent
7341d17254
commit
721d21ed4d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
(exec-query
|
(exec-query
|
||||||
conn
|
conn
|
||||||
(string-append
|
(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)
|
(define (git-repository-id->url conn id)
|
||||||
(match
|
(match
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue