From c03969199f12af54bc2bc249db6408734f2e4a7f Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Thu, 14 Jun 2012 09:45:33 +0200 Subject: [PATCH] Fix changeset in MySQL Required to drop foreign key before droping the column. FEA: ItEr76S04BugFixing --- libreplan-business/src/main/resources/db.changelog-1.2.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 1a188bc90..aae3151a4 100644 --- a/libreplan-business/src/main/resources/db.changelog-1.2.xml +++ b/libreplan-business/src/main/resources/db.changelog-1.2.xml @@ -329,6 +329,7 @@ + @@ -518,4 +519,4 @@ columnDataType="BOOLEAN" /> - \ No newline at end of file +