Skip to content

Commit d158af6

Browse files
authored
TRUNK-6453: Remove the discriminator from ConceptAttribute Hibernate Mapping (#5427)
1 parent fa8a173 commit d158af6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/main/resources/org/openmrs/api/db/hibernate/ConceptAttribute.hbm.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</generator>
2525
</id>
2626

27-
<discriminator column="concept_attribute_id" insert="false" />
2827

2928
<many-to-one name="concept" class="Concept" not-null="true" column="concept_id" />
3029

0 commit comments

Comments
 (0)