Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Search
Blog
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
DbChanges
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2010-07-22T10:42:04Z (
14 years
ago)
Author:
Pan Luo
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DbChanges
v12
v13
30
30
}}}
31
31
32
33
==== July 22, 2010 ====
34
Add index for user_enrols table to improve the query time
35
{{{
36
#!sql
37
ALTER TABLE `user_enrols` ADD INDEX ( `user_id` );
38
}}
39
40
32
41
[[BR]]
33
42
[[BR]]