Commit 819ec0d0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_mysql_innodb: before adding a new index, performances tests should be...

erp5_mysql_innodb: before adding a new index, performances tests should be driven (fix for 6c510537)
parent 1390cba0
......@@ -35,7 +35,6 @@ CREATE TABLE `stock` (
KEY `node_uid` (`node_uid`),
KEY `payment_uid` (`payment_uid`),
KEY `function_uid` (`function_uid`),
KEY `ledger_uid` (`ledger_uid`),
KEY `payment_request_uid` (`payment_request_uid`),
KEY `project_uid` (`project_uid`),
KEY `funding_uid` (`funding_uid`),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment