Skip to content

Commit

Permalink
Add photo URL to tile query
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Nov 19, 2024
1 parent a3a20a6 commit daad00c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macrostrat_tileserver/rockd_checkins/queries/checkins.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WITH tile AS (
SELECT
checkin_id id,
person_id person,
photo,
notes,
rating,
date_part('year', coalesce(updated, created)) AS year,
Expand Down

0 comments on commit daad00c

Please sign in to comment.