Skip to content
Snippets Groups Projects
Commit 5d93b3a4 authored by Florian Schaal's avatar Florian Schaal
Browse files

add missing sql-column mail_user.sender_cc to inc-updates

parent 6cf50dc7
No related branches found
No related tags found
No related merge requests found
ALTER TABLE `mail_user` ADD COLUMN `sender_cc` varchar(255) NOT NULL default '' AFTER `cc`;
ALTER TABLE `mail_user` ALTER TABLE `mail_user`
CHANGE `uid` `uid` int(11) NOT NULL DEFAULT '5000', CHANGE `uid` `uid` int(11) NOT NULL DEFAULT '5000',
CHANGE `gid` `gid` int(11) NOT NULL DEFAULT '5000'; CHANGE `gid` `gid` int(11) NOT NULL DEFAULT '5000';
ADD COLUMN `sender_cc` varchar(255) NOT NULL default '' AFTER `cc`;
ALTER TABLE `client_template` ADD `default_mailserver` INT(11) NOT NULL DEFAULT 1; 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_webserver` INT(11) NOT NULL DEFAULT 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment