Koha/installer/data/mysql
Galen Charlton 3793bfe9ed Bug 10604: increase width of two columns in the courses table
The department and term columns in the courses table started
as varchar(20), but since they refer to authorized values, need
to be varchar(80) to match authorised_values.authorised_value.  This
patch increases the width of those columns.

To test:

[1] Create two DEPARTMENT authorised values, one whose code
    is shorter than 20 characters and one whose code is longer
    than 20 characters.
[2] Create two courses; give one course the short department and
    the other the long department.
[3] Go to the courses list.  Observe that the department column is
    displays the department name only for the short course.
[4] Apply the patch.
[5] Edit the course with the long department and assign that long
    department to it again.
[6] Go back to the courses list.  Observe that both of the courses
    now display their assigned department.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Verified changes are consistent for new installations
and updated installations.
Passes all tests.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-07-22 14:46:58 +00:00
..
atomicupdate Bug 7475: Update configuration 2012-09-19 17:15:25 +02:00
de-DE Bug 10474: Translate some English strings in German sample notices 2013-07-05 07:00:55 -07:00
en Bug 5858: Followup for INSERT IGNOREs in marc21_framework_DEFAULT.sql 2013-07-08 15:01:01 +00:00
es-ES Bug 8215 - Course Reserves 2013-05-21 15:50:55 -07:00
fr-FR Bug 9519: fix code for Italian language search limiter 2013-07-08 14:02:32 +00:00
it-IT Bug 9519: fix code for Italian language search limiter 2013-07-08 14:02:32 +00:00
nb-NO Bug 8215 - Course Reserves 2013-05-21 15:50:55 -07:00
pl-PL Bug 9519: fix code for Italian language search limiter 2013-07-08 14:02:32 +00:00
ru-RU Bug 9519: fix code for Italian language search limiter 2013-07-08 14:02:32 +00:00
uk-UA Bug 9519: fix code for Italian language search limiter 2013-07-08 14:02:32 +00:00
backfill_statistics.pl
kohastructure.sql Bug 10604: increase width of two columns in the courses table 2013-07-22 14:46:58 +00:00
labels_upgrade.pl
patroncards_upgrade.pl
sample_only_param_tables.sql
sysprefs.sql Bug 9576: can now control whether max loans limit can be overriden 2013-07-17 15:07:42 +00:00
update22to30.pl Bug 8289 Upgrading from 2.2 does not work anymore 2012-06-25 16:15:42 +02:00
updatedatabase.pl Bug 10604: increase width of two columns in the courses table 2013-07-22 14:46:58 +00:00