HOME


Mini Shell 1.0
DIR:/proc/thread-self/root/usr/local/cwpsrv/var/services/roundcubemail-1.4.11/SQL/mysql/
Upload File :
Current File : //proc/thread-self/root/usr/local/cwpsrv/var/services/roundcubemail-1.4.11/SQL/mysql/2010100600.sql
-- Updates from version 0.4.2

ALTER TABLE `users` DROP INDEX `username_index`;
ALTER TABLE `users` ADD UNIQUE `username` (`username`, `mail_host`);

ALTER TABLE `contacts` MODIFY `email` varchar(255) NOT NULL;

TRUNCATE TABLE `messages`;