[koha-commits] main Koha release repository branch master updated. v3.22.00-248-gd1ae967

Git repo owner gitmaster at git.koha-community.org
Thu Jan 7 19:46:34 CET 2016


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, master has been updated
       via  d1ae967102aa60a6ed190411f171e740b9c04e72 (commit)
       via  7870b4cc564e970483d83aed746e3fcc7e529964 (commit)
      from  47e6df5fe4bbf54517d47da4f1d49eb177732144 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d1ae967102aa60a6ed190411f171e740b9c04e72
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 6 12:06:34 2016 +0000

     Bug 15478 - Update the remaining schema files that do not match the db schema
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 7870b4cc564e970483d83aed746e3fcc7e529964
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 6 12:04:56 2016 +0000

     Bug 15478 - Checksum mismatch when regenerating schema
    
    When regenerating the db schema on master, the script will error out
    with a checksum mismatch on Borrower.pm, and also DeletedBorrower.pm
    
    Test Plan:
    1) Check out master
    2) Run ./misc/devel/update_dbix_class_files.pl
    3) Note the error
    4) Apply this patch
    5) Re-reun ./misc/devel/update_dbix_class_files.pl
    6) Note there is no error
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha/Schema/Result/Borrower.pm                  |   19 ++++++++-
 Koha/Schema/Result/Deletedborrower.pm           |    6 +--
 Koha/Schema/Result/Item.pm                      |   19 ++++++++-
 Koha/Schema/Result/Overduerule.pm               |   33 +++++++++++----
 Koha/Schema/Result/OverduerulesTransportType.pm |   50 ++++-------------------
 Koha/Schema/Result/Serial.pm                    |    4 +-
 6 files changed, 74 insertions(+), 57 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list