summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-14 21:51:26 +0000
committerjeff <jeff>2007-12-14 21:51:26 +0000
commitfc9bcde48628f8c01c651d282471c3dbd73f421e (patch)
tree7068ac3d854728cc77dac3cf2853fe616a320ba5 /FS
parentee873dffcea182e714385913e75e1134725d8321 (diff)
binary not required and breaks FS::Record::_quote
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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' ]],