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