https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34516 --- Comment #12 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to estclair from comment #7)
PRIMARY KEY (`biblioitemnumber`), KEY `bibinoidx` (`biblioitemnumber`), KEY `bibnoidx` (`biblionumber`), KEY `itemtype_idx` (`itemtype`), KEY `isbn` (`isbn`(255)), KEY `issn` (`issn`(255)), KEY `timestamp` (`timestamp`), KEY `ean` (`ean`(255)),
I do have: PRIMARY KEY (`biblioitemnumber`), KEY `bibinoidx` (`biblioitemnumber`), KEY `bibnoidx` (`biblionumber`), KEY `itemtype_idx` (`itemtype`), KEY `isbn` (`isbn`(191)), KEY `issn` (`issn`(191)), KEY `ean` (`ean`(191)), KEY `publishercode` (`publishercode`(191)), KEY `timestamp` (`timestamp`), -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.