dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update changelog
Aleksander Machniak
2016-05-16
0b7e26c1bf6bc7a684eb3a214d92d3927306cd8a
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2011011200.sql
1
2
3
4
5
6
7
-- Updates from version 0.5.x
ALTER TABLE contacts ADD words TEXT NULL;
CREATE INDEX contactgroupmembers_contact_id_idx ON contactgroupmembers (contact_id);
TRUNCATE messages;
TRUNCATE cache;