[koha-commits] main Koha release repository branch master updated. v16.05.00-37-ga01cd77

Git repo owner gitmaster at git.koha-community.org
Fri Jun 3 11:13: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  a01cd77e19f810bf61c8d26ebb97f7c49f1d1f32 (commit)
      from  edec5921b11afcbda44fbb6c45f26174768b1708 (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 a01cd77e19f810bf61c8d26ebb97f7c49f1d1f32
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon May 23 12:19:46 2016 +0100

    Bug 16565: Drop additional_fields and additional_field_values before creating them
    
    These 2 tables should be dropped before trying to create them
    
    Test plan:
    From the SQL CLI, source the kohastructure.sql file
    source it again
    => Without this patch you get 2 warnings
    ERROR 1050 (42S01) at line 3580 in file:
    'installer/data/mysql/kohastructure.sql': Table
    'additional_fields' already exi
    sts
    ERROR 1050 (42S01) at line 3596 in file:
    'installer/data/mysql/kohastructure.sql': Table
    'additional_field_values' alrea
    dy exists
    
    => With this patch, you won't get them
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/kohastructure.sql |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list