Fix: Bad field name

This commit is contained in:
Laurent Destailleur 2010-01-23 19:44:14 +00:00
parent dbf2b21c76
commit 36024ed4af

View File

@ -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;