From 36024ed4af6fdfddafa39151a5fef0b973d79225 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 23 Jan 2010 19:44:14 +0000 Subject: [PATCH] Fix: Bad field name --- htdocs/install/mysql/migration/2.7.0-2.8.0.sql | 3 ++- 1 file changed, 2 insertions(+), 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 a0ebc78f32a..5c6717ed673 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,9 +3,10 @@ -- -- Be carefull to requests order. -- This file must be loaded by calling /install/index.php page --- when current version is 2.7.0 or higher. +-- when current version is 2.8.0 or higher. -- +ALTER TABLE llx_actioncomm CHANGE fk_projet fk_project integer; ALTER TABLE llx_don ADD COLUMN ref varchar(30) DEFAULT NULL AFTER rowid; ALTER TABLE llx_don ADD COLUMN entity integer DEFAULT 1 NOT NULL AFTER ref;