Bug 15069

Summary: items_search_fields.authorised_values_category is still a varchar(32)
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: chris, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 13379    
Bug Blocks:    
Attachments: Bug 15069: Update items_search_fields.authorised_values_category to varchar(32)
Bug 15069: Update items_search_fields.authorised_values_category to varchar(32)

Description Jonathan Druart 2015-10-27 14:28:34 UTC
This is a follow-up for bug 13379.
items_search_fields.authorised_values_category is now a varchar(32) but the updatedatabase.pl did not modify it (changed only on kohastructure.sql)
Comment 1 Jonathan Druart 2015-10-27 14:30:52 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2015-10-27 14:31:54 UTC
Should be backported to 3.20.x
Comment 3 Tomás Cohen Arazi 2015-10-27 14:34:41 UTC
Created attachment 44074 [details] [review]
Bug 15069: Update items_search_fields.authorised_values_category to varchar(32)

This is a follow-up for bug 13379.
items_search_fields.authorised_values_category is now a varchar(32) but
the updatedatabase.pl did not modify it (changed only on
kohastructure.sql)

Test plan:
  SHOW CREATE TABLE items_search_fields
before and after this patch.
items_search_fields.authorised_values_category should be a varchar(32)

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 4 Tomás Cohen Arazi 2015-10-27 14:57:56 UTC
Patch pushed to master.

Thanks for taking care, Jonathan!