dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Improved folder path presentation in page title (use unified delimiter, loc...
Aleksander Machniak
2013-01-18
4d7964d9101d08b5e7533cea50e52e07bf3f783a
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2011121400.sql
1
2
3
4
5
-- Updates from version 0.7
DROP INDEX contacts_user_id_idx;
CREATE INDEX contacts_user_id_idx ON contacts USING btree (user_id, del);
ALTER TABLE contacts ALTER email TYPE text;