Bug 41278 - Make audit_database.pl skip koha_plugin_* tables
Summary: Make audit_database.pl skip koha_plugin_* tables
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-20 14:18 UTC by Magnus Enger
Modified: 2025-11-20 14:27 UTC (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.