[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-28-g8f8ba80

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 10:03:23 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, 3.22.x has been updated
       via  8f8ba80f2e290765d8c7307f812f39e00cc48fa1 (commit)
      from  2131a6dec2a7588be8b6061e97b945fa69da0953 (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 8f8ba80f2e290765d8c7307f812f39e00cc48fa1
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>
    (cherry picked from commit a01cd77e19f810bf61c8d26ebb97f7c49f1d1f32)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit b49adab4a1c4bb08714371223572caf35460f0f4)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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