[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-607-gc62c365

Git repo owner gitmaster at git.koha-community.org
Wed May 22 17:44:43 CEST 2013


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  c62c36508d0bea76322ead627c65e8b19fc9d91a (commit)
       via  67fb83d52554031f946709495112920fa2fc784c (commit)
      from  33b6ed32b40133c2c88e17aebf4d3382bd966c6f (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 c62c36508d0bea76322ead627c65e8b19fc9d91a
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 22 08:51:33 2013 -0700

    bug 7718: DBRev 3.13.00.003
    
    - remove serial.itemnumber column
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 67fb83d52554031f946709495112920fa2fc784c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 4 08:16:58 2013 -0500

    Bug 7718 - Remove itemnumber column from serials table
    
    Remove the column 'itemnumber' from the table 'serial'. This is
    a 1 to many relationship, and this reference does not make sense.
    The 'serialitems' table handles the relationship between the 'items'
    table and the 'serial' table.
    
    Test Plan:
    1) Apply patch
    2) Run updatedatabase.pl
    3) Verify serial.itemnumber has been removed from the database
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Column removed. No errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    1 -
 installer/data/mysql/updatedatabase.pl |    7 +++++++
 kohaversion.pl                         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list