Skip to content

Commit e050277

Browse files
committed
Applying PR #126 as hotfix for 1.3.2.
1 parent bd9f32f commit e050277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/resources/vocabulary/sql/getMappedSourcecodes.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Select concept_id, concept_name, ISNULL(standard_concept, 'N') standard_concept, ISNULL(invalid_reason, 'V') INVALID_REASON,
44
CONCEPT_CODE, CONCEPT_CLASS_ID, DOMAIN_ID, VOCABULARY_ID
5-
from concept
5+
from @CDM_schema.concept
66
where concept_id in (@identifiers)
77

88
UNION

0 commit comments

Comments
 (0)