30 Nov
2021
30 Nov
'21
2:59 p.m.
SHOW CREATE TABLE language_descriptions; => FAIL: There is KEY `subtag_type_lang` (`subtag`,`type`,`lang`)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067 --- Comment #31 from Tomás Cohen Arazi <tomascohen@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 2. Apply this patch 3. Repeat 1 => SUCCESS: UNIQUE KEY `subtag_type_lang` (`subtag`,`type`,`lang`) Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.