Skip to content

Commit 8176606

Browse files
committed
Changed: FS#886 - Increase destination column size in mail_forwarding table
1 parent 8154110 commit 8176606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/sql/ispconfig3.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ CREATE TABLE `mail_forwarding` (
388388
`sys_perm_other` varchar(5) NOT NULL default '',
389389
`server_id` int(11) unsigned NOT NULL default '0',
390390
`source` varchar(255) NOT NULL,
391-
`destination` varchar(255) NOT NULL default '',
391+
`destination` text NOT NULL default '',
392392
`type` enum('alias','forward','catchall') NOT NULL default 'alias',
393393
`active` enum('n','y') NOT NULL,
394394
PRIMARY KEY (`forwarding_id`),

0 commit comments

Comments
 (0)