mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add performance index
This commit is contained in:
parent
2cc0301960
commit
16951f447c
|
|
@ -91,6 +91,8 @@ ALTER TABLE llx_prelevement_demande ADD INDEX idx_prelevement_demande_ext_paymen
|
|||
|
||||
ALTER TABLE llx_actioncomm ADD COLUMN fk_bookcal_availability integer DEFAULT NULL;
|
||||
|
||||
ALTER TABLE llx_actioncomm ADD INDEX idx_actioncomm_entity (entity);
|
||||
|
||||
ALTER TABLE llx_product_lot ADD COLUMN qc_frequency integer DEFAULT NULL;
|
||||
ALTER TABLE llx_product_lot ADD COLUMN lifetime integer DEFAULT NULL;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,3 +30,5 @@ ALTER TABLE llx_actioncomm ADD INDEX idx_actioncomm_ref_ext (ref_ext);
|
|||
ALTER TABLE llx_actioncomm ADD INDEX idx_actioncomm_percent (percent);
|
||||
|
||||
ALTER TABLE llx_actioncomm ADD INDEX idx_actioncomm_ref (ref, entity);
|
||||
-- To test performance to get fast next num on actioncomm
|
||||
-- ALTER TABLE llx_actioncomm ADD INDEX idx_actioncomm_entity_id (entity, id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user