[Koha-bugs] [Bug 18887] Introduce new table 'circulation_rules', use for 'max_holds' rules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 13 14:48:29 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887

Lucie Gay <lucie.gay at ens-paris-saclay.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply
                 CC|                            |lucie.gay at ens-paris-saclay.
                   |                            |fr

--- Comment #26 from Lucie Gay <lucie.gay at ens-paris-saclay.fr> ---
DBD::mysql::db do failed: Unknown column 'max_holds' in 'field list' [for
Statement "
        INSERT INTO circulation_rules ( branchcode, categorycode, itemtype,
rule_name, rule_value )
        SELECT branchcode, categorycode, NULL, 'max_holds', COALESCE(
max_holds, '' ) FROM branch_borrower_circ_rules
    "] at (eval 1179) line 21.
DBD::mysql::db do failed: Unknown column 'max_holds' in 'field list' [for
Statement "
        INSERT INTO circulation_rules ( branchcode, categorycode, itemtype,
rule_name, rule_value )
        SELECT NULL, categorycode, NULL, 'max_holds', COALESCE( max_holds, '' )
FROM default_borrower_circ_rules
    "] at (eval 1179) line 26.
DBD::mysql::db do failed: Can't DROP 'max_holds'; check that column/key exists
[for Statement "
        ALTER TABLE branch_borrower_circ_rules DROP COLUMN max_holds
    "] at (eval 1179) line 31.
Upgrade to XXX done (Bug 18887 - Introduce new table 'circulation_rules', use
for 'max_holds' rules)
DBD::mysql::db do failed: Can't DROP 'max_holds'; check that column/key exists
[for Statement "
        ALTER TABLE default_borrower_circ_rules DROP COLUMN max_holds
    "] at (eval 1179) line 35.

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


More information about the Koha-bugs mailing list