http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13667
Bug ID: 13667
Summary: Provide script to regularly clean deletedpatrons table
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Database
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Currently when a patron record is deleted in Koha the information in the table
borrowers is moved to the table deletedborrowers.
But Koha currently provides no way to clean up the table deletedborrowers
regularly. The data is kept forever or has to be deleted via SQL.
We should provide a script that checks for a timestamp (see bug 8926) and
deletes data older than x days. It might also be desirable to offer an option
to never save data into the deletedborrowers table.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/