details:   https://code.openbravo.com/erp/devel/pi/rev/a214db9e080c
changeset: 20452:a214db9e080c
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Wed May 22 17:22:52 2013 +0200
summary:   fixed bug 23887: Slow Financial Account > Accounting tab

diffstat:

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

diffs (13 lines):

diff -r 634eacba3bb9 -r a214db9e080c 
src-db/database/model/tables/FIN_BANKSTATEMENTLINE.xml
--- a/src-db/database/model/tables/FIN_BANKSTATEMENTLINE.xml    Wed May 22 
15:04:56 2013 +0200
+++ b/src-db/database/model/tables/FIN_BANKSTATEMENTLINE.xml    Wed May 22 
17:22:52 2013 +0200
@@ -99,6 +99,9 @@
       <foreign-key foreignTable="FIN_BANKSTATEMENT" 
name="FIN_BANKSTATLINE_FINNBANKSTAT">
         <reference local="FIN_BANKSTATEMENT_ID" 
foreign="FIN_BANKSTATEMENT_ID"/>
       </foreign-key>
+      <index name="FIN_BANKSTATEMENTLINE_TRX" unique="false">
+        <index-column name="FIN_FINACC_TRANSACTION_ID"/>
+      </index>
       <check name="FIN_BANKSTATLINE_ISACTIVE_CHK"><![CDATA[ISACTIVE IN ('Y', 
'N')]]></check>
     </table>
   </database>

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