dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of https://github.com/simonpl/roundcubemail into simo...
Aleksander Machniak
2014-06-10
1b988f9574c47fe110cc91364a58677f794b5b83
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2009090400.sql
1
2
3
4
5
6
-- Updates from version 0.3-stable
TRUNCATE messages;
CREATE INDEX messages_index_idx ON messages (user_id, cache_key, idx);
DROP INDEX contacts_user_id_idx;
CREATE INDEX contacts_user_id_idx ON contacts (user_id, email);