dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Use Net_SMTP-1.7.x and Net_Sieve-1.5.x (Roundcube fork), update changelog (...
Aleksander Machniak
2015-09-08
d3823fe0a0083b779cdf2fa81b80cf6ed445f57e
[githubFork/roundcubemail.git]
/
SQL
/
mysql
/
2012080700.sql
1
2
3
4
5
-- Updates from version 0.8
ALTER TABLE `cache` DROP COLUMN `cache_id`;
ALTER TABLE `users` DROP COLUMN `alias`;
ALTER TABLE `identities` ADD INDEX `email_identities_index` (`email`, `del`);