From: ivan Date: Mon, 16 May 2011 13:36:34 +0000 (+0000) Subject: not on 2.1 X-Git-Tag: freeside_2_1_3~204 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=506980085bd2c293451af6db5f1218e389e61d88;p=freeside.git not on 2.1 --- 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', '', '', '', '', ],