Update llx_entrepot add model_pdf

This commit is contained in:
wdammak 2018-05-04 18:08:04 +01:00 committed by GitHub
parent efc00f687a
commit e34bd1a222
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;