[Koha-bugs] [Bug 15067] Add additional languages to advanced search language search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 30 14:59:39 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067

--- Comment #31 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 128105
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128105&action=edit
Bug 15067: (QA follow-up) Add missing UNIQUE constraint in kohastructure.sql

To test:
1. Run:
   $ reset_all
   $ koha-mysql kohadev
   > SHOW CREATE TABLE language_descriptions;
=> FAIL: There is KEY `subtag_type_lang` (`subtag`,`type`,`lang`)
2. Apply this patch
3. Repeat 1
=> SUCCESS: UNIQUE KEY `subtag_type_lang` (`subtag`,`type`,`lang`)

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list