Bug #1362: Fix problem with long descriptions in projects
Change database column type to TEXT. FEA: ItEr76S04BugFixing
This commit is contained in:
parent
933b64a814
commit
3fcc7399d9
1 changed files with 5 additions and 0 deletions
|
|
@ -58,4 +58,9 @@
|
|||
columnDataType="BOOLEAN" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="change-column-description-in-order_element-to-text" author="mrego">
|
||||
<comment>Change column description in order_element to TEXT</comment>
|
||||
<modifyDataType tableName="order_element" columnName="description" newDataType="TEXT" />
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue