[koha-commits] main Koha release repository branch master updated. v19.05.00-1080-g1d64b1b

Git repo owner gitmaster at git.koha-community.org
Fri Oct 25 12:55:01 CEST 2019


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  1d64b1b63df406508bdcde6164b179833f712aeb (commit)
      from  37b2e05b292c9f9e2a380467238fc3389a18f88a (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 1d64b1b63df406508bdcde6164b179833f712aeb
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 25 10:15:42 2019 +0200

    Bug 23579: Remove default value for MEDIUMTEXT borrower_modifications.changed_fields
    
    Installation under Ubuntu 18.04 is blocked:
    install.pl: DBD::mysql::st execute failed: BLOB, TEXT, GEOMETRY or JSON
    column 'changed_fields' can't have a default value at
    /usr/local/share/perl5/DBIx/RunSQL.pm line 273.
    
    https://dev.mysql.com/doc/refman/5.7/en/data-type-defaults.html
    """
     The BLOB, TEXT, GEOMETRY, and JSON data types cannot be assigned a
     default value.
    """
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list