4 Jan
2022
4 Jan
'22
7:43 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267 --- Comment #26 from Jonathan Druart <jonathan.druart+koha@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.