https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 130809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130809&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) -- You are receiving this mail because: You are watching all bug changes.