diff --git a/htdocs/install/mysql/tables/llx_stock_mouvement.sql b/htdocs/install/mysql/tables/llx_stock_mouvement.sql index ed87b77def6ddeedc40f519e545553f3c91e3816..c3546ca3635fb36a35247cd8e79cf7d0378aeb09 100644 --- a/htdocs/install/mysql/tables/llx_stock_mouvement.sql +++ b/htdocs/install/mysql/tables/llx_stock_mouvement.sql @@ -29,4 +29,6 @@ create table llx_stock_mouvement type_mouvement smallint, fk_user_author integer, label varchar(128) + fk_origin integer, + origintype varchar(32) )ENGINE=innodb;