Add default warehouse for a user

This commit is contained in:
wdammak 2019-02-14 19:50:57 +01:00 committed by GitHub
parent 0a8c72c93b
commit 2fe3b7acc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,5 +99,6 @@ create table llx_user
import_key varchar(14), -- import key
default_range integer,
default_c_exp_tax_cat integer
default_c_exp_tax_cat integer,
fk_warehouse integer
)ENGINE=innodb;