From: jeff Date: Fri, 14 Dec 2007 21:51:26 +0000 (+0000) Subject: binary not required and breaks FS::Record::_quote X-Git-Tag: TRIXBOX_2_6~177 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=fc9bcde48628f8c01c651d282471c3dbd73f421e binary not required and breaks FS::Record::_quote --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 60f917afd..331976807 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1905,7 +1905,7 @@ sub tables_hashref { 'confnum', 'serial', '', '', '', '', 'agentnum', 'int', 'NULL', '', '', '', 'name', 'varchar', '', $char_d, '', '', - 'value', 'long varbinary', 'NULL', '', '', '', + 'value', 'text', 'NULL', '', '', '', ], 'primary_key' => 'confnum', 'unique' => [ [ 'agentnum', 'name' ]],