Bug 10215: Increase the size of opacnote and librariannote for table subscriptionhistory
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 7 May 2013 16:49:03 +0000 (12:49 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 6 Jun 2019 14:26:49 +0000 (15:26 +0100)
commit8592474c3fe6af408c7265a50bd1776a76942397
tree2dc8232d317be3fb955926e6143eaaf8fde3dfbe
parent703ec1e2f24345146c997398b9c0cc492016455d
Bug 10215: Increase the size of opacnote and librariannote for table subscriptionhistory

We have librarians that are regularly hitting the maximum number of
characters for the note fields in subscription history. They would like
to be able to store at least 1000 characters here. Converting the
varchar(150) to text should do it.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Add public and private notes to a subscription history entry
   where each note is greater than 150 characters.
4) Save and view the notes, the notes should not be truncated.

Rescued-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Serials.pm
installer/data/mysql/atomicupdate/bug_10215.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql