[Koha-bugs] [Bug 13624] Remove columns branchcode, categorytype from table overduerules_transport_types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 20 12:53:49 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13624

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #6 from Jonathan Druart <jonathan.druart at biblibre.com> ---
$ mysql
MariaDB [koha]> drop database koha;
MariaDB [koha]> create database koha CHARACTER SET utf8 COLLATE
utf8_unicode_ci;

$ git checkout master
$ mysql < installer/data/mysql/kohastructure.sql
$ git bz apply 13624
$ perl
installer/data/mysql/atomicupdate/bug_13624_overduerules_transport_types.pl 

DBD::mysql::db do failed: Duplicate foreign key constraint name
'koha/overduerules_fk' at
installer/data/mysql/atomicupdate/bug_13624_overduerules_transport_types.pl
line 33.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list