binary not required and breaks FS::Record::_quote
authorjeff <jeff>
Fri, 14 Dec 2007 21:51:26 +0000 (21:51 +0000)
committerjeff <jeff>
Fri, 14 Dec 2007 21:51:26 +0000 (21:51 +0000)
FS/FS/Schema.pm

index 60f917a..3319768 100644 (file)
@@ -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' ]],