Skip to content

Commit

Permalink
Merge branch 'main' of github.com:RADar-AZDelta/Rabbit-in-a-Blender
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlammertyn committed Jul 3, 2024
2 parents 639a321 + c9b3687 commit e1011a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ USING (
{%- else -%}
where t.mappingStatus in ('APPROVED', 'SEMI-APPROVED')
{%- endif -%}
and c.standard_concept = 'S'
) AS S
ON S.source_code = T.source_code and S.target_concept_id = T.target_concept_id
WHEN MATCHED THEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ USING (
where t.mappingStatus = 'APPROVED'
{%- else %}
where t.mappingStatus in ('APPROVED', 'SEMI-APPROVED')
{%- endif -%}
{%- endif -%}
and c.standard_concept = 'S'
) AS S
ON S.source_code = T.source_code and S.target_concept_id = T.target_concept_id
WHEN MATCHED THEN
Expand Down

0 comments on commit e1011a0

Please # to comment.