Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2019-06-04 20:07:07 +02:00
commit 700de33f04

View File

@ -227,6 +227,7 @@ CREATE TABLE llx_bom_bom(
) ENGINE=innodb;
ALTER TABLE llx_bom_bom ADD COLUMN efficiency double(8,4) DEFAULT 1;
ALTER TABLE llx_bom_bom ADD COLUMN entity integer DEFAULT 1 NOT NULL;
create table llx_bom_bom_extrafields
(