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

--- Comment #12 from Jonathan Druart <[email protected]> ---
(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.
_______________________________________________
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/

Reply via email to