Bug #1362: Fix problem with long descriptions in projects

Change database column type to TEXT.

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-01-24 18:01:21 +01:00
parent 933b64a814
commit 3fcc7399d9

View file

@ -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>