Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 3b3724142f115cd2ef91cecd17f56401 > files > 49

roundcubemail-1.4.11-1.mga7.noarch.rpm

-- 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`;