Skip to content

Commit 5d93b3a

Browse files
author
Florian Schaal
committed
add missing sql-column mail_user.sender_cc to inc-updates
1 parent 6cf50dc commit 5d93b3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE `mail_user` ADD COLUMN `sender_cc` varchar(255) NOT NULL default '' AFTER `cc`;

install/sql/incremental/upd_dev_collection.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ALTER TABLE `mail_user`
22
CHANGE `uid` `uid` int(11) NOT NULL DEFAULT '5000',
33
CHANGE `gid` `gid` int(11) NOT NULL DEFAULT '5000';
4+
ADD COLUMN `sender_cc` varchar(255) NOT NULL default '' AFTER `cc`;
45

56
ALTER TABLE `client_template` ADD `default_mailserver` INT(11) NOT NULL DEFAULT 1;
67
ALTER TABLE `client_template` ADD `default_webserver` INT(11) NOT NULL DEFAULT 1;

0 commit comments

Comments
 (0)