Skip to content

Commit

Permalink
fix(pr): implmeneted pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidHabib committed Feb 6, 2025
1 parent f84c06b commit 7ccd34b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrations/fta/sql/V1.0.2__fta_to_rst.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ select
when rp.recreation_view_ind = 'Y' then true
else false
end as display_on_public_site,
rmf.rec_resource_type
rmf.recreation_map_feature_code
from
fta.recreation_project rp
left join
fta.recreation_comment rc
on
rp.forest_file_id = rc.forest_file_id
left join
rst.recreation_map_feature rmf
fta.recreation_map_feature rmf
on
rp.forest_file_id = rmf.rec_resource_id
rp.forest_file_id = rmf.forest_file_id
on conflict do nothing;

insert into rst.recreation_activity_code (recreation_activity_code, description)
Expand Down

0 comments on commit 7ccd34b

Please sign in to comment.