[koha-commits] main Koha release repository branch new/bug_9064 created. v3.08.00-1261-gb5474b7

Git repo owner gitmaster at git.koha-community.org
Thu Nov 22 15:04:03 CET 2012


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_9064 has been created
        at  b5474b7f95dca834640e086ed17b1a2223722168 (commit)

- Log -----------------------------------------------------------------
commit b5474b7f95dca834640e086ed17b1a2223722168
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Nov 21 13:46:59 2012 +0100

    Bug 9064: fix statistics.ccode column
    
    From updatedatabase.pl:
        $dbh->do("ALTER TABLE statistics ADD COLUMN ccode VARCHAR ( 10 ) NULL AFTER associatedborrower");
    From kohastructure.sql:
      `ccode` int(11) default NULL, -- foreign key from the items table, links transaction to a specific collection code
    
    The variant in updatedatabase.pl is probably what was wanted.
    
    This patch fixes the kohastructure and add another updatedatabase.pl, in case someone has a broken install.
    This should not happen, because 3.10.0 still not released, but just in case...
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list