[koha-commits] main Koha release repository branch master updated. v3.22.00-241-g078c262

Git repo owner gitmaster at git.koha-community.org
Wed Jan 6 13:15:11 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  078c262b7e71439b18f3a14740f02c26f860a348 (commit)
       via  4f6b4a3a57044af2f847a4e7a40d9f7987d3f337 (commit)
       via  f56a37a6ab444a9544f3864c561c6759639efccd (commit)
      from  e2a3b93860740fd498baad35fc8a4dc859527cb9 (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 078c262b7e71439b18f3a14740f02c26f860a348
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jan 6 12:17:22 2016 +0000

    Bug 12375 - Add new serial fields to kohastructure

commit 4f6b4a3a57044af2f847a4e7a40d9f7987d3f337
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

commit f56a37a6ab444a9544f3864c561c6759639efccd
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

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

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                    |   28 +------------
 installer/data/mysql/kohastructure.sql          |    3 ++
 7 files changed, 77 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list