[Koha-bugs] [Bug 13667] New: Provide script to regularly clean deletedpatrons table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 4 18:10:22 CET 2015


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: gmcharlt at gmail.com
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list