details:   https://code.openbravo.com/erp/devel/pi/rev/30d8a1190adb
changeset: 21422:30d8a1190adb
user:      Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
date:      Wed Nov 06 17:01:43 2013 +0100
summary:   [Performance] Adding index to C_ORDERLINE for M_INOUTLINE_ID

diffstat:

 src-db/database/model/tables/C_ORDERLINE.xml |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r e884b5f2318b -r 30d8a1190adb 
src-db/database/model/tables/C_ORDERLINE.xml
--- a/src-db/database/model/tables/C_ORDERLINE.xml      Wed Nov 06 11:52:46 
2013 +0100
+++ b/src-db/database/model/tables/C_ORDERLINE.xml      Wed Nov 06 17:01:43 
2013 +0100
@@ -356,6 +356,9 @@
       <index name="C_ORDERLINE_C_RETURN_REASON" unique="false">
         <index-column name="C_RETURN_REASON_ID"/>
       </index>
+      <index name="C_ORDERLINE_INOUTLINE" unique="false">
+        <index-column name="M_INOUTLINE_ID"/>
+      </index>
       <index name="C_ORDERLINE_ORDER" unique="false">
         <index-column name="C_ORDER_ID"/>
       </index>

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to