Skip to content

Commit

Permalink
Try to make sql work on raspi
Browse files Browse the repository at this point in the history
  • Loading branch information
RCgmbh committed Jan 8, 2025
1 parent c34f429 commit 6c3a73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installScripts/sql/tracks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ AS $BODY$
all_track_segments
WHERE
boat IN (SELECT boat FROM tracks WHERE id = p_track_id)
)
) AS ranked_segments
WHERE
track_id = p_track_id
$BODY$;
Expand Down Expand Up @@ -420,7 +420,7 @@ AS $BODY$
distance_mm,
speed,
boat,
0, 0
0::bigint, 0::bigint
FROM
all_track_segments
WHERE
Expand Down

0 comments on commit 6c3a73e

Please sign in to comment.