Changes between Version 22 and Version 23 of DbChanges
- Timestamp:
- 2010-10-13T16:39:08Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbChanges
v22 v23 42 42 }}} 43 43 44 45 44 [[BR]] 46 45 [[BR]] 47 46 == Version 2.1 to 2.2 Updates== 48 47 === July 23, 2010 === 49 by compass 48 by compass: 50 49 {{{ 51 50 #!sql … … 54 53 55 54 === August 18, 2010 === 56 To speed up the AjaxList for Users (~300x speed-up with 3000 users database) :55 To speed up the AjaxList for Users (~300x speed-up with 3000 users database), by Serge. 57 56 {{{ 58 57 #!sql 59 58 CREATE INDEX user_id_index on user_enrols(user_id) 60 59 }}} 61 by serge