]> git.koha-community.org Git - koha.git/commit
Bug 30128: Change language_subtag_registry.description to varchar(255)
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 18 Feb 2022 06:37:13 +0000 (20:37 -1000)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 11 Mar 2022 11:24:39 +0000 (06:24 -0500)
commit2094162a2686d4b6f51ba8d0ca93b18336c16e60
treed4a2f9b5c41d5364646f17a978cd6f136c12e8f1
parentac53c18af0896115db7cb8f7e9fd6c09ed3fd243
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>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_30128.pl [new file with mode: 0755]
installer/data/mysql/kohastructure.sql