Skip to content

Commit

Permalink
use correct character for commenting sql
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 8, 2024
1 parent 5b1318e commit 7b22f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/01_access/dams/sql/dams.sql
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ where cabd_id in (
'48478e95-e063-4df6-a047-6aaf6087011b'
);

# report on dams that do not get matched to FWA streams
-- report on dams that do not get matched to FWA streams
drop view if exists bcfishpass.dams_not_matched_to_streams;
create view bcfishpass.dams_not_matched_to_streams as
select
Expand Down

0 comments on commit 7b22f7c

Please sign in to comment.