Merge pull request #8745 from wdammak/patch-5

Update llx_entrepot add model_pdf
This commit is contained in:
Laurent Destailleur 2018-05-05 12:50:36 +02:00 committed by GitHub
commit 9aaf5b95a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ create table llx_entrepot
fk_pays integer DEFAULT 0,
statut tinyint DEFAULT 1, -- 1 open, 0 close
fk_user_author integer,
import_key varchar(14),
model_pdf varchar(255),
import_key varchar(14),
fk_parent integer DEFAULT 0
)ENGINE=innodb;