[koha-commits] main Koha release repository branch master updated. v16.11.00-895-g0e0f3e4

Git repo owner gitmaster at git.koha-community.org
Fri Apr 21 20:02:13 CEST 2017


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  0e0f3e49460611c74184ee48d3b66762c55ac181 (commit)
       via  cb5d44e2f14dd0f74557999987c6942841d2503c (commit)
      from  ccd42eee5b109cb7c935b0779a8321a5a8a872e0 (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 0e0f3e49460611c74184ee48d3b66762c55ac181
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 13 13:34:36 2017 +0200

    Bug 18427: Add a primary key to serialitems
    
    We drop the unique index serialitemsidx and add a primary key consisting
    of itemnumber just as the unique key did.
    
    Test plan:
    Run the db revision.
    Apply bug 18182. The TestBuilder.t should no longer fail on serialitems.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cb5d44e2f14dd0f74557999987c6942841d2503c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 13 13:53:37 2017 +0200

    Bug 18427: DBIx schema changes
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Schema/Result/Serialitem.pm                |   10 ++++------
 installer/data/mysql/atomicupdate/bug18427.perl |   17 +++++++++++++++++
 installer/data/mysql/kohastructure.sql          |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug18427.perl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list