Bug 41278

Summary: Make audit_database.pl skip koha_plugin_* tables
Product: Koha Reporter: Magnus Enger <magnus>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: robin
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34064
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2025-11-20 14:18:17 UTC
If a Koha database has tables created by plugins, misc/maintenance/audit_database.pl will output recommendations for altering and deleting these tables. Although there is a caution about the ouput only being recommendations, it seems just skipping tables that have names beginning with koha_plugin_ might be a good idea.