Missing index to improve the performance of product/variants display

This commit is contained in:
wdammak 2019-03-10 03:09:23 +01:00 committed by GitHub
parent 0241b0d4ee
commit fa3246e70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,5 +242,5 @@ ALTER TABLE llx_facturedet_rec ADD COLUMN fk_user_modif integer;
ALTER TABLE llx_expensereport_det MODIFY COLUMN value_unit double(24,8) NOT NULL;
ALTER TABLE llx_expensereport_det ADD COLUMN subprice double(24,8) DEFAULT 0 NOT NULL after qty;
ALTER TABLE `llx_product_attribute_combination` ADD INDEX(` fk_product_parent `);
ALTER TABLE `llx_product_attribute_combination` ADD INDEX(` fk_product_child `);
ALTER TABLE llx_product_attribute_combination ADD INDEX( fk_product_parent );
ALTER TABLE llx_product_attribute_combination ADD INDEX( fk_product_child );