Bug 8835: New db rev for issn_idx
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 13 Oct 2016 08:49:17 +0000 (10:49 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 22 Nov 2016 17:45:29 +0000 (17:45 +0000)
commit88b4baceeee7cb820a3aa08f319e4f8ed7e98072
tree01f9edf55e43e2e09fc4511a6d8a8bc11460efd1
parent0fee84690ebf2998a43a956abca275f1c90025fa
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@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
installer/data/mysql/atomicupdate/8835_dbrev.perl [new file with mode: 0644]