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; diff --git a/htdocs/install/mysql/migration/2.8.0-2.9.0.sql b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql new file mode 100755 index 00000000000..cbe7e5921d7 --- /dev/null +++ b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql @@ -0,0 +1,8 @@ +-- +-- $Id$ +-- +-- 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. +-- +