dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Allow preference sections to define CSS class names
Thomas Bruederli
2015-04-17
a3644638aaf0418598196a870204e0b632a4c8ad
[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`);