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'
Created attachment 130809 [details] [review] 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)
Created attachment 130810 [details] [review] Bug 30128: [DO NOT PUSH] Update DBIC Schema
Created attachment 131142 [details] [review] Bug 30128: [DO NOT PUSH] Update DBIC Schema Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 131184 [details] [review] 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>
Created attachment 131185 [details] [review] Bug 30128: [DO NOT PUSH] Update DBIC Schema Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Trivial fix, no mistakes found, no regerssions. PQA
Pushed to master for 22.05, thanks to everybody involved [U+1F984]
Please backport to 21.11