From 8176606ee3837b0dd2827c91c9b07c7cc9519ebf Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 24 Sep 2009 09:54:42 -0400 Subject: [PATCH] Changed: FS#886 - Increase destination column size in mail_forwarding table --- install/sql/ispconfig3.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/install/sql/ispconfig3.sql b/install/sql/ispconfig3.sql index fe6dfdb..a682705 100644 --- a/install/sql/ispconfig3.sql +++ b/install/sql/ispconfig3.sql @@ -388,7 +388,7 @@ `sys_perm_other` varchar(5) NOT NULL default '', `server_id` int(11) unsigned NOT NULL default '0', `source` varchar(255) NOT NULL, - `destination` varchar(255) NOT NULL default '', + `destination` text NOT NULL default '', `type` enum('alias','forward','catchall') NOT NULL default 'alias', `active` enum('n','y') NOT NULL, PRIMARY KEY (`forwarding_id`), -- Gitblit v1.9.1