Skip to content

Commit

Permalink
Revert "Escaping the MySQL reserved condition keyword - TRUNK-5338"
Browse files Browse the repository at this point in the history
This reverts commit 0759d14.
  • Loading branch information
dkayiwa committed Apr 26, 2018
1 parent 0759d14 commit 4d9d0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"https://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<hibernate-mapping package="org.openmrs">

<class name="Condition" table="`condition`">
<class name="Condition" table="condition">
<id name="conditionId" type="int" column="condition_id">
<generator class="native">
<param name="sequence">condition_condition_id_seq</param>
Expand Down

0 comments on commit 4d9d0e5

Please sign in to comment.