Changes between Version 12 and Version 13 of DbChanges


Ignore:
Timestamp:
2010-07-22T10:42:04Z (14 years ago)
Author:
Pan Luo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DbChanges

    v12 v13  
    3030}}}
    3131
     32
     33==== July 22, 2010 ====
     34Add index for user_enrols table to improve the query time
     35{{{
     36#!sql
     37ALTER TABLE `user_enrols` ADD INDEX ( `user_id` );
     38}}
     39
     40
    3241[[BR]]
    3342[[BR]]