[Koha-bugs] [Bug 28267] Koha-common package upgrade problem from 20.05.xx to 20.11.04-1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jan 2 16:13:45 CET 2022


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

--- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
It looks like the borrower_modifications table can also be affected as we had
this one failing with the known "Row size too large." error:

$DBversion = "16.12.00.001";
if ( CheckVersion($DBversion) ) {
    $dbh->do(q{
        ALTER TABLE borrower_modifications
        ADD COLUMN extended_attributes text DEFAULT NULL
        AFTER privacy
    });

    print "Upgrade to $DBversion done (Bug 17767 - Let
Koha::Patron::Modification handle extended attributes)\n";
    SetVersion($DBversion);
}

Is there a way we could fix this once and for all? Or at least provide
information/warning to users?

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


More information about the Koha-bugs mailing list