From fc9bcde48628f8c01c651d282471c3dbd73f421e Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 14 Dec 2007 21:51:26 +0000 Subject: [PATCH] binary not required and breaks FS::Record::_quote --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ]], -- 2.11.0