https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130809|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 131184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131184&action=edit Bug 30128: Change language_subtag_registry.description to varchar(255) In database, language_descriptions.description is VARCHAR(255). language_subtag_registry.description is VARCH(25), it should have same size. You can see in https://www.loc.gov/standards/iso639-2/php/code_list.php there is for example 'South American Indian languages' Test plan : 1) Run atomic update 2) Check language_subtag_registry.description is now varchar(255) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.