"KEY `publishercode` (`publishercode`)"
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35543 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi --- Comment #3 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Have you checked indexes for these tables? You can see them by typing "show create table biblioitems;". My guess is that there is a line there which should be something like
"KEY `publishercode` (`publishercode`(191))"
-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.