Bug #1398: Fix problem with long descriptions in templates
Change database column type to TEXT.
This change was pending to be done when we fixed bug #1362 (commit
3fcc7399d9).
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
c778b92d5d
commit
7618c730a1
1 changed files with 5 additions and 0 deletions
|
|
@ -63,4 +63,9 @@
|
|||
<modifyDataType tableName="order_element" columnName="description" newDataType="TEXT" />
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="change-column-description-in-order_element_template-to-text" author="mrego">
|
||||
<comment>Change column description in order_element_template to TEXT</comment>
|
||||
<modifyDataType tableName="order_element_template" columnName="description" newDataType="TEXT" />
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue