dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
Aleksander Machniak
2013-12-31
f5d2eef55c89b7f1a5549704705c25fd7f0c0185
[githubFork/roundcubemail.git]
/
SQL
/
mysql
/
2008060900.sql
1
2
3
4
-- Updates from version 0.2-alpha
ALTER TABLE `messages`
ADD INDEX `created_index` (`created`);