staging #345

Merged
philipp merged 2 commits from staging into main 2024-04-06 20:00:27 +02:00
Showing only changes of commit 37fcdb81bc - Show all commits

View File

@ -30,7 +30,7 @@ impl BoatStat {
SELECT
boat.id,
location.name AS location,
CAST(strftime('%Y', COALESCE(arrival, 'now')) AS INTEGER) AS year,
CAST(strftime('%Y', arrival) AS INTEGER) AS year,
CAST(SUM(COALESCE(distance_in_km, 0)) AS INTEGER) AS rowed_km
FROM
boat