Bug #1528: Fix field TaskElement.notes in MySQL.
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
ad68bc0ff8
commit
c064949e08
2 changed files with 7 additions and 1 deletions
|
|
@ -10,4 +10,10 @@
|
|||
<modifyDataType tableName="task_element" columnName="notes" newDataType="TEXT" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="change-column-notes-in-task_element-to-text-in-mysql"
|
||||
author="jaragunde" dbms="mysql">
|
||||
<comment>Change column notes in task_element to TEXT in MySQL.</comment>
|
||||
<sql>ALTER TABLE task_element MODIFY notes TEXT</sql>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
</id>
|
||||
<version name="version" access="property" type="long" />
|
||||
<property name="name" />
|
||||
<property name="notes"/>
|
||||
<property name="notes" type="text" />
|
||||
<component name="startDate"
|
||||
class="org.libreplan.business.workingday.IntraDayDate">
|
||||
<property name="date" column="start_date" not-null="true"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue