mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 23:52:24 +01:00
Add performance index
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user