From: levinse Date: Mon, 16 May 2011 02:04:18 +0000 (+0000) Subject: schema change for internationalization/localization, RT12515 X-Git-Tag: freeside_2_1_3~205 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=77d5f91f28b839a60f36566f80481cff107f833f;p=freeside.git schema change for internationalization/localization, RT12515 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 2eb8d37ff..8eb9ef43c 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2095,7 +2095,7 @@ sub tables_hashref { 'msgcat' => { 'columns' => [ 'msgnum', 'serial', '', '', '', '', - 'msgcode', 'varchar', '', $char_d, '', '', + 'msgcode', 'varchar', '', 255, '', '', 'locale', 'varchar', '', 16, '', '', 'msg', 'text', '', '', '', '', ],