Merge pull request 'show boats w/o km' (#346) from staging into main
Reviewed-on: #346
This commit is contained in:
commit
a2005c55aa
@ -30,7 +30,7 @@ impl BoatStat {
|
||||
SELECT
|
||||
boat.id,
|
||||
location.name AS location,
|
||||
CAST(strftime('%Y', arrival) AS INTEGER) AS year,
|
||||
CAST(strftime('%Y', COALESCE(arrival, 'now')) AS INTEGER) AS year,
|
||||
CAST(SUM(COALESCE(distance_in_km, 0)) AS INTEGER) AS rowed_km
|
||||
FROM
|
||||
boat
|
||||
|
Loading…
Reference in New Issue
Block a user