2
0
forked from Wavyzz/dolibarr

Add performance index

This commit is contained in:
Laurent Destailleur
2023-10-16 05:50:43 +02:00
parent 2cc0301960
commit 16951f447c
2 changed files with 4 additions and 0 deletions

View File

@@ -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;