From 605d43a2ec5ffc844d5eb540a6b2cec5078c86dd Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 18 Feb 2010 08:09:11 +0000 Subject: [PATCH] Add migration script --- htdocs/install/mysql/migration/2.7.0-2.8.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/2.7.0-2.8.0.sql b/htdocs/install/mysql/migration/2.7.0-2.8.0.sql index 774defc8aa8..4c13b052eb0 100755 --- a/htdocs/install/mysql/migration/2.7.0-2.8.0.sql +++ b/htdocs/install/mysql/migration/2.7.0-2.8.0.sql @@ -3,7 +3,7 @@ -- -- Be carefull to requests order. -- This file must be loaded by calling /install/index.php page --- when current version is 2.8.0 or higher. +-- when current version is 2.7.0 or higher. -- ALTER TABLE llx_actioncomm CHANGE fk_projet fk_project integer;