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:
parent
d90f2db9d8
commit
6c5f48c605
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub async fn retrieve_brewing_events(
|
||||||
"
|
"
|
||||||
SELECT *
|
SELECT *
|
||||||
FROM steepinglog
|
FROM steepinglog
|
||||||
ORDER BY tea_id
|
ORDER BY steeping_tested_time
|
||||||
",
|
",
|
||||||
)
|
)
|
||||||
.fetch_all(&state.pool)
|
.fetch_all(&state.pool)
|
||||||
|
|
Loading…
Add table
Reference in a new issue