https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28267
--- Comment #26 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
