From acb938db6b4fccbcde781e2461d7f06e7786778c Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 9 May 2012 16:49:53 +0200 Subject: [PATCH] Fix issues with MySQL in some Liquibase changes * renameColumn needs columnDataType to be defined in MySQL FEA: ItEr76S04BugFixing --- .../src/main/resources/db.changelog-1.2.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 f31e78b37..5c217a1ee 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.2.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.2.xml @@ -54,13 +54,13 @@ Rename column comunication_type to communication_type + newColumnName="communication_type" columnDataType="INTEGER" /> Rename column comunication_date to communication_date + newColumnName="communication_date" columnDataType="DATETIME" /> @@ -71,13 +71,13 @@ Rename column comunication_type to communication_type + newColumnName="communication_type" columnDataType="INTEGER" /> Rename column comunication_date to communication_date + newColumnName="communication_date" columnDataType="DATETIME" /> @@ -88,7 +88,7 @@ Rename column subcontractor_comunication_id + newColumnName="subcontractor_communication_id" columnDataType="BIGINT" />