Order newer revisions first

This commit is contained in:
clerie 2025-02-08 15:15:00 +01:00
parent 185e0964b7
commit 56a331555e

View File

@ -59,7 +59,7 @@ impl Storage {
last_modified
FROM flake_revisions_inputs
WHERE uri = ?
ORDER BY last_modified
ORDER BY last_modified DESC
")
.bind(&uri)
.bind(&uri)