upd #864

Merged
philipp merged 7 commits from upd into main 2025-02-12 07:13:16 +01:00
Showing only changes of commit 3008264261 - Show all commits

@ -591,7 +591,7 @@ WHERE lower(name)=?
}
pub async fn all(db: &SqlitePool) -> Vec<Self> {
Self::all_with_order(db, "last_access", true).await
Self::all_with_order(db, "last_access", false).await
}
pub async fn all_with_order(db: &SqlitePool, sort: &str, asc: bool) -> Vec<Self> {