Alternc  latest
Alternc logiel libre pour l'hébergement
3.4.8.sql
Go to the documentation of this file.
1 CREATE TABLE IF NOT EXISTS `dovecot_quota` (
2  `user` varchar(320) NOT NULL,
3  `quota_dovecot` bigint(20) NOT NULL DEFAULT '0',
4  `nb_messages` int(11) NOT NULL DEFAULT '0',
5  PRIMARY KEY (`user`)
6 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
7 
8 ALTER TABLE `piwik_users` ADD `passwd` VARCHAR(255) NOT NULL AFTER `login`;
9 
10 DELETE FROM `default_subdomains` WHERE `domain_type` = 'ROUNDCUBE' AND `sub`='mail';
11 DELETE FROM `default_subdomains` WHERE `domain_type` = 'URL' AND `sub`='mail';