[Koha-bugs] [Bug 34516] Upgrade database fails for 22.11.07.003, points to web installer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 5 11:05:25 CEST 2023


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

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list