From bfcf369f2f53e27b0cf149ddd508a1a85a24c39a Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Tue, 24 Jan 2012 18:01:21 +0100 Subject: [PATCH] Bug #1362: Fix problem with long descriptions in projects Change database column type to TEXT. FEA: ItEr76S04BugFixing --- libreplan-business/src/main/resources/db.changelog-1.2.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libreplan-business/src/main/resources/db.changelog-1.2.xml b/libreplan-business/src/main/resources/db.changelog-1.2.xml index 336b94398..fe750ceaf 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.2.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.2.xml @@ -58,4 +58,9 @@ columnDataType="BOOLEAN" /> + + Change column description in order_element to TEXT + + +