Marius Cramer
2014-07-08 5d1c691970d8e30d4ab6e3ba9efcec98f858b1fc
1
2
3
4
5
6
7
8
9
ALTER TABLE `mail_user`
    CHANGE `uid` `uid` int(11) NOT NULL DEFAULT '5000',
    CHANGE `gid` `gid` int(11) NOT NULL DEFAULT '5000';
 
ALTER TABLE `client_template` ADD `default_mailserver` INT(11) NOT NULL DEFAULT 1;
ALTER TABLE `client_template` ADD `default_webserver` INT(11) NOT NULL DEFAULT 1;
ALTER TABLE `client_template` ADD `default_dnsserver` INT(11) NOT NULL DEFAULT 1;
ALTER TABLE `client_template` ADD `default_slave_dnsserver` INT(11) NOT NULL DEFAULT 1;
ALTER TABLE `client_template` ADD `default_dbserver` INT(11) NOT NULL DEFAULT 1;