summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 719f3a87b..61f743764 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -526,7 +526,7 @@ sub tables_hashref {
'amount', @money_typen, '', '',
'format', 'char', 'NULL', 1, '', '',
'classnum', 'char', 'NULL', 1, '', '',
- 'detail', 'varchar', '', $char_d, '', '',
+ 'detail', 'varchar', '', 255, '', '',
],
'primary_key' => 'detailnum',
'unique' => [],