https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15067
--- Comment #31 from Tomás Cohen Arazi <[email protected]> --- 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 <[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/
