6 Sep
2021
6 Sep
'21
4:39 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267 --- Comment #16 from skaman.tx@gmail.com --- 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.