details:   https://code.openbravo.com/erp/devel/pi/rev/ded79d8fb1d0
changeset: 20478:ded79d8fb1d0
user:      Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date:      Tue May 28 11:11:50 2013 +0530
summary:   Fixes Issue 23902: A index missing affecting the m_inout_post process

An index has been added on m_storage_detail.

diffstat:

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

diffs (13 lines):

diff -r 51de13657be6 -r ded79d8fb1d0 
src-db/database/model/tables/M_STORAGE_DETAIL.xml
--- a/src-db/database/model/tables/M_STORAGE_DETAIL.xml Tue May 28 10:04:28 
2013 +0530
+++ b/src-db/database/model/tables/M_STORAGE_DETAIL.xml Tue May 28 11:11:50 
2013 +0530
@@ -100,6 +100,9 @@
       <index name="M_STORAGE_DETAIL_PRODUCT" unique="false">
         <index-column name="M_PRODUCT_ID"/>
       </index>
+      <index name="M_STORAGE_DETAIL_UOM" unique="false">
+        <index-column name="C_UOM_ID"/>
+      </index>
       <unique name="M_STORAGE_DETAIL_UN">
         <unique-column name="M_PRODUCT_ID"/>
         <unique-column name="M_LOCATOR_ID"/>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to