X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=33197680786da2e7a168fb2d881c54e5556c2eb8;hb=fc9bcde48628f8c01c651d282471c3dbd73f421e;hp=60f917afd7702900b004d038d4102931d75c0a9c;hpb=ee873dffcea182e714385913e75e1134725d8321;p=freeside.git 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' ]],