Skip to content

Commit

Permalink
Set the length for administrationInstructions to 65535 in the hbm fil…
Browse files Browse the repository at this point in the history
…e - TRUNK-4126
  • Loading branch information
wluyima committed Dec 17, 2013
1 parent 39be2c3 commit ac741be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@
</type>
</property>
<property name="numRefills" type="int" column="num_refills" />
<property name="administrationInstructions" type="java.lang.String" column="administration_instructions" length="1024"/>
<property name="administrationInstructions" type="java.lang.String" column="administration_instructions" length="65535"/>

</joined-subclass>

Expand Down

0 comments on commit ac741be

Please sign in to comment.