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 24
and
Version 25
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-10-15T16:39:21Z (
14 years
ago)
Author:
Serge Okon
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
DbChanges
v24
v25
58
58
CREATE INDEX user_id_index on user_enrols(user_id)
59
59
}}}
60
61
=== September (?) ===
62
To allow unlimited comments in evaluation_mixevals. - compass & serge
63
{{{
64
#!sql
65
ALTER TABLE `evaluation_mixeval_details` MODIFY COLUMN `question_comment` TEXT DEFAULT NULL;
66
}}}