Bug #1362: Specify type of property in hbm.xml to avoid problems with MySQL
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
aeffc18fe6
commit
6ea0ba640a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
<version name="version" access="property" type="long" />
|
||||
<component name="infoComponent" class="org.libreplan.business.orders.entities.InfoComponent">
|
||||
<property name="name" access="field" />
|
||||
<property name="description" access="field" />
|
||||
<property name="description" access="field" type="text" />
|
||||
<property name="code" access="field" unique="true" />
|
||||
</component>
|
||||
<property name="initDate" access="field" column="init_date" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue