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

--- Comment #16 from [email protected] ---
Mason's reply was the answer.  Instead of going through all the patching above,
merely running the following two sql queries on the library database allowed
the koha-common upgrade to complete without error.

ALTER TABLE `deleteditems` ROW_FORMAT=DYNAMIC;
ALTER TABLE `items` ROW_FORMAT=DYNAMIC;

Thank you, Mason!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to