[koha-commits] main Koha release repository branch, new/bug_5642, created. v3.02.00-745-gfca88d1

Git repo owner gitmaster at git.koha-community.org
Sat Mar 5 08:20:48 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_5642 has been created
        at  fca88d102b91d3781c10c3d533a0fd942d4bd1f2 (commit)

- Log -----------------------------------------------------------------
commit fca88d102b91d3781c10c3d533a0fd942d4bd1f2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Sun Feb 27 03:49:50 2011 -0500

    Bug 5642: Item field serial enumeration (enumchron) should be longer
    
    Field enumchron in items table is now varchar(80).
    We have records that need a much longer field, even up to 400 or 500 chars.
    I suggest to change its type to TEXT (variable length with max 64K; tinytext
    goes up to 255 chars and is just too short).
    Mediumtext or longtext are not needed; as a side note these types are used in
    the items table for e.g. booksellerid and more_subfields_xml..
    
    Revised original patch thanks to Ian Walls: update kohatructure.sql. Copied the change in deleteditems as well.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list