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 8eb9ef43c..2eb8d37ff 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2095,7 +2095,7 @@ sub tables_hashref {
'msgcat' => {
'columns' => [
'msgnum', 'serial', '', '', '', '',
- 'msgcode', 'varchar', '', 255, '', '',
+ 'msgcode', 'varchar', '', $char_d, '', '',
'locale', 'varchar', '', 16, '', '',
'msg', 'text', '', '', '', '',
],