dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix so bounces addresses in Sender headers are skipped on Reply-All (#1489011)
Aleksander Machniak
2013-06-03
ad2ba95dcd196bf21c159c57f9198a0674f5125d
[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);