This commit is contained in:
florian HENRY 2018-01-02 09:46:45 +01:00
parent abe53cad05
commit 320465aeb9

View File

@ -20,4 +20,4 @@
ALTER TABLE llx_inventory ADD UNIQUE INDEX uk_inventory_ref (ref, entity);
ALTER TABLE llx_inventory ADD INDEX idx_inventory_tms (tms);
ALTER TABLE llx_inventory ADD INDEX idx_inventory_datec (datec);
ALTER TABLE llx_inventory ADD INDEX idx_inventory_date_creation (date_creation);