diff --git a/src/storage.rs b/src/storage.rs index 57f6500..f72b7ea 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -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)