[koha-commits] main Koha release repository branch master updated. v16.05.00-975-g6ff836a

Git repo owner gitmaster at git.koha-community.org
Mon Oct 10 12:33:38 CEST 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  6ff836ab3154a886e0aeedb1152f6caf2e546444 (commit)
       via  f11f07a703eca7da2d32c105f8c9f4f46f940b6f (commit)
      from  0599ab00768e7d2ee487c6d02a0230d4a2a96d9e (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 6ff836ab3154a886e0aeedb1152f6caf2e546444
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sun Sep 18 20:47:33 2016 -0400

    Bug 17292: Follow up - tweak to make it pass cleaner
    
    remove a 'my'
    next if not defined subscriptions.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit f11f07a703eca7da2d32c105f8c9f4f46f940b6f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 14:20:19 2016 +0000

    Bug 17292 - Use of DBIx in updatedatabase.pl broke upgrade
    
    A recent change in the 'subscription' table structure highlighted a
    problem in a DBRev upgrade (3.23.00.006). As it adds a new column, when
    upgrading from (say) 3.20.00.000 the code/schema (correctly) expects the
    subscription.itemtype column to exist. But it is not created until DBRev
    16.06.00.025.
    
    To reproduce:
    - Have a clean 3.20.00 DB loaded into kohadevbox
    - Checkout current master
    - Run:
      $ perl installer/data/mysql/updatedatabase.pl
      => FAIL: The upgrade procedure fails due to missing colum.
    
      The solution: rewrite the updatedatabase.pl entry using plain DBI
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl |   37 ++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list