Bug 7509: Added index on items itemcallnumber
authorIan Walls <koha.sekjal@gmail.com>
Wed, 8 Feb 2012 02:23:39 +0000 (15:23 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 10:29:25 +0000 (11:29 +0100)
commite20fac39f899a288bd8efca62cf1e3e71ab8082b
treea1429857391e0aa14bc403247ea87e37aee343ab
parentecc1e94f35491ba392aa3bfd17118c55fa14e55b
Bug 7509: Added index on items itemcallnumber

Comment from Liz:
I couldn't get this update to fire - I found a small syntax error in the
updatedatabase.pl for this, which I corrected with this patch.

Functionally, all of this works as tested (once the typos were fixed), but
this probably requires another sign-off.

QA notes: rebased on latest master.  Also added index name `itemcallnumber`
to maintain consistency with all other indexes on items table.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Ian Walls <koha.sekjal@gmail.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl