Skip to content

Commit

Permalink
feat(trail): add number of campsites to trail
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidHabib committed Feb 10, 2025
1 parent 8dca099 commit e01b629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/fta/sql/V1.0.2__fta_to_rst.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from
fta.recreation_project rp
left join fta.recreation_comment rc on rp.forest_file_id = rc.forest_file_id
left join fta.recreation_map_feature rmf on rp.forest_file_id = rmf.forest_file_id
left join
left join
(select forest_file_id, count(*) as campsite_count
from fta.recreation_defined_campsite
group by forest_file_id) c
Expand Down

0 comments on commit e01b629

Please sign in to comment.