Ajout champ manquant fk_entrepot dans migration

This commit is contained in:
Laurent Destailleur 2005-10-09 19:52:22 +00:00
parent 4dab301931
commit 991fa05afe

View File

@ -642,7 +642,6 @@ alter table llx_mailing_cibles ADD UNIQUE uk_mailing_cibles (fk_mailing, email);
-- tms timestamp,
-- datem datetime,
-- fk_product integer NOT NULL,
-- fk_entrepot integer NOT NULL,
-- value integer,
-- type_mouvement smallint,
-- fk_user_author integer,
@ -650,6 +649,8 @@ alter table llx_mailing_cibles ADD UNIQUE uk_mailing_cibles (fk_mailing, email);
-- key(fk_entrepot)
--)type=innodb;
alter table llx_stock_mouvement ADD fk_entrepot integer NOT NULL after fk_product;
create table llx_birthday_alert
(