details:   https://code.openbravo.com/erp/devel/pi/rev/cc13ee201af8
changeset: 20221:cc13ee201af8
user:      Asier Lostalé <asier.lostale <at> openbravo.com>
date:      Fri Apr 26 10:19:18 2013 +0200
summary:   fixed bug 23648: added index on ad_session

diffstat:

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

diffs (13 lines):

diff -r 6639dbc78c8b -r cc13ee201af8 src-db/database/model/tables/AD_SESSION.xml
--- a/src-db/database/model/tables/AD_SESSION.xml       Thu Apr 25 22:27:34 
2013 +0200
+++ b/src-db/database/model/tables/AD_SESSION.xml       Fri Apr 26 10:19:18 
2013 +0200
@@ -78,6 +78,9 @@
       <index name="AD_SESSION_CREATED_IDX" unique="false">
         <index-column name="CREATED"/>
       </index>
+      <index name="AD_SESSION_LOGSTATUS" unique="false">
+        <index-column name="LOGIN_STATUS"/>
+      </index>
       <index name="AD_SESSION_USER_IDX" unique="false">
         <index-column name="USERNAME"/>
       </index>

------------------------------------------------------------------------------
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_apr
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to