https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267 --- Comment #25 from Katrin Fischer <katrin.fischer@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.