Skip to content
Snippets Groups Projects
Commit 5c837583 authored by Cédric Gross's avatar Cédric Gross
Browse files

Fix installation script link to Task 1074 (missing new field)

parent 9291544e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment