Skip to content

Commit ccbd691

Browse files
committed
Fixed error: ERROR 1101 (42000) at line 390: BLOB/TEXT column 'destination' can't have a default value
1 parent 3250e5e commit ccbd691

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
@@ -414,7 +414,7 @@ CREATE TABLE `mail_forwarding` (
414414
`sys_perm_other` varchar(5) NOT NULL default '',
415415
`server_id` int(11) unsigned NOT NULL default '0',
416416
`source` varchar(255) NOT NULL,
417-
`destination` text NOT NULL default '',
417+
`destination` text,
418418
`type` enum('alias','aliasdomain','forward','catchall') NOT NULL default 'alias',
419419
`active` enum('n','y') NOT NULL,
420420
PRIMARY KEY (`forwarding_id`),

0 commit comments

Comments
 (0)