https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30128
Martin Renvoize <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130809|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
