Skip to content

Commit ac741be

Browse files
committedDec 17, 2013
Set the length for administrationInstructions to 65535 in the hbm file - TRUNK-4126
1 parent 39be2c3 commit ac741be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</type>
110110
</property>
111111
<property name="numRefills" type="int" column="num_refills" />
112-
<property name="administrationInstructions" type="java.lang.String" column="administration_instructions" length="1024"/>
112+
<property name="administrationInstructions" type="java.lang.String" column="administration_instructions" length="65535"/>
113113

114114
</joined-subclass>
115115

0 commit comments

Comments
 (0)
Please sign in to comment.