[Koha-bugs] [Bug 8835] Two indexes on biblioitems.issn

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 11:19:31 CEST 2016


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

Nicolas Legrand <nicolas.legrand at bulac.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56316|0                           |1
        is obsolete|                            |

--- Comment #9 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
Created attachment 56490
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56490&action=edit
Bug 8835: New db rev for issn_idx

This db rev reapplies dbrev 3.15.00.049 in case that one failed due to
existence of issn_idx.

Test plan:
If you do not have index issn_idx, recreate it:
    ALTER TABLE biblioitems ADD INDEX issn_idx (issn (255))
Run this db rev. You should see: Removed issn_idx.
Rerun the dbrev. You should see: Everything is fine.

Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list