[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
Tue Jan 4 08:43:40 CET 2022


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

--- Comment #26 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Katrin Fischer from comment #25)
> 
> Is there a way we could fix this once and for all? Or at least provide
> information/warning to users?

We can eventually run this query and display a warning on the about page if
some tables are not using "Dynamic".

SELECT table_name,row_format FROM information_schema.tables WHERE
table_schema='koha_kohadev' AND row_format != "Dynamic";

A link to a wiki page explaining the problem and providing a solution would be
great as well.

-- 
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