diff options
author | levinse <levinse> | 2011-05-16 02:04:18 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-16 02:04:18 +0000 |
commit | 77d5f91f28b839a60f36566f80481cff107f833f (patch) | |
tree | 04fcc1a1eaa40a562b355098eba754e7a0d45b4c | |
parent | 69322e01e3be452425cf7b644943112c72a60452 (diff) |
schema change for internationalization/localization, RT12515
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', '', '', '', '', ], |