Bug 5377: widen columns to better accommodate multiple ISBN and ISSN
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 19 Feb 2014 21:39:17 +0000 (16:39 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 17:53:17 +0000 (17:53 +0000)
commitb47eac0a6e86ed863921969ff2be703f54f46f52
tree238d56d7680852742cd3fa200205468c5094399b
parentdd64903489a264e6e0c83035ab5b631f51f20507
Bug 5377: widen columns to better accommodate multiple ISBN and ISSN

Test Plan:
1) Apply this patch
2) Create a record with 5 ISBNs and 5 ISSNs
3) Create a new report from the following SQL, or execute it from the
   mysql console:
   SELECT isbn, issn FROM biblioitems ORDER BY biblionumber DESC LIMIT 1
4) Note that all your ISBNs and ISSNs are listed, separated by the pipe
   character ( | )

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
This might be slow to run on big databases, because of the 2 index
rebuilds, however it changes no functionality just increases the field
size which is safe enough (we store multiple now already)

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl