4
0
Fork 0
mirror of https://github.com/zzzzDev4/ias-tea-axum.git synced 2025-04-21 07:41:21 +02:00

brewing events now sorted by steeping_tested_time

This commit is contained in:
zzzz 2024-06-17 19:18:13 +02:00
parent d90f2db9d8
commit 6c5f48c605

View file

@ -51,7 +51,7 @@ pub async fn retrieve_brewing_events(
"
SELECT *
FROM steepinglog
ORDER BY tea_id
ORDER BY steeping_tested_time
",
)
.fetch_all(&state.pool)