tbrehm
2010-07-13 ccbd6916c54c5407324d3f7a6daa5f641f78eebd
Fixed error: ERROR 1101 (42000) at line 390: BLOB/TEXT column 'destination' can't have a default value
1 files modified
2 ■■■ changed files
install/sql/ispconfig3.sql 2 ●●● patch | view | raw | blame | history
install/sql/ispconfig3.sql
@@ -414,7 +414,7 @@
  `sys_perm_other` varchar(5) NOT NULL default '',
  `server_id` int(11) unsigned NOT NULL default '0',
  `source` varchar(255) NOT NULL,
  `destination` text NOT NULL default '',
  `destination` text,
  `type` enum('alias','aliasdomain','forward','catchall') NOT NULL default 'alias',
  `active` enum('n','y') NOT NULL,
  PRIMARY KEY  (`forwarding_id`),