Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update hibernate.cfg.xml
  • Loading branch information
snowvirus authored May 7, 2025
commit 2ae55c67705269a86f9a25a93032cfcb78aca337
2 changes: 1 addition & 1 deletion api/src/main/resources/hibernate.cfg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<mapping resource="org/openmrs/api/db/hibernate/ConceptNameTag.hbm.xml" />
<mapping resource="org/openmrs/api/db/hibernate/ConceptClass.hbm.xml" />
<mapping resource="org/openmrs/api/db/hibernate/ConceptDatatype.hbm.xml" />

<mapping class="org.openmrs.ConceptProposal"/>
<mapping resource="org/openmrs/api/db/hibernate/ConceptStateConversion.hbm.xml" />
<mapping resource="org/openmrs/api/db/hibernate/ConceptSet.hbm.xml" />
<mapping resource="org/openmrs/api/db/hibernate/ConceptMap.hbm.xml" />
Expand Down
Loading