Ajout champ manquant fk_entrepot dans migration
This commit is contained in:
parent
4dab301931
commit
991fa05afe
@ -642,7 +642,6 @@ alter table llx_mailing_cibles ADD UNIQUE uk_mailing_cibles (fk_mailing, email);
|
|||||||
-- tms timestamp,
|
-- tms timestamp,
|
||||||
-- datem datetime,
|
-- datem datetime,
|
||||||
-- fk_product integer NOT NULL,
|
-- fk_product integer NOT NULL,
|
||||||
-- fk_entrepot integer NOT NULL,
|
|
||||||
-- value integer,
|
-- value integer,
|
||||||
-- type_mouvement smallint,
|
-- type_mouvement smallint,
|
||||||
-- fk_user_author integer,
|
-- fk_user_author integer,
|
||||||
@ -650,6 +649,8 @@ alter table llx_mailing_cibles ADD UNIQUE uk_mailing_cibles (fk_mailing, email);
|
|||||||
-- key(fk_entrepot)
|
-- key(fk_entrepot)
|
||||||
--)type=innodb;
|
--)type=innodb;
|
||||||
|
|
||||||
|
alter table llx_stock_mouvement ADD fk_entrepot integer NOT NULL after fk_product;
|
||||||
|
|
||||||
|
|
||||||
create table llx_birthday_alert
|
create table llx_birthday_alert
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user