details:   https://code.openbravo.com/erp/devel/pi/rev/395765d96a1b
changeset: 23049:395765d96a1b
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Fri May 16 10:05:06 2014 +0200
summary:   Related to issue 26239. Added an index to improve performance.

diffstat:

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

diffs (13 lines):

diff -r 8a5e65e220e5 -r 395765d96a1b src-db/database/model/tables/AD_SESSION.xml
--- a/src-db/database/model/tables/AD_SESSION.xml       Fri May 16 05:19:10 
2014 +0000
+++ b/src-db/database/model/tables/AD_SESSION.xml       Fri May 16 10:05:06 
2014 +0200
@@ -87,6 +87,9 @@
       <index name="AD_SESSION_USER_IDX" unique="false">
         <index-column name="USERNAME"/>
       </index>
+      <index name="AD_SESSION_WEBSESSION_IDX" unique="false">
+        <index-column name="WEBSESSION"/>
+      </index>
       <check name="AD_SESSION_ACTIVE_CHK"><![CDATA[SESSION_ACTIVE IN ('Y', 
'N')]]></check>
     </table>
   </database>

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to