https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14849 --- Comment #6 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #5)
(In reply to Jonathan Druart from comment #4)
Need to think about it (merge deletedborrowers with borrowers table).
You have been thinking for some time now :) Separate from what we will do with deletedborrowers, I think this could be pushed in the meantime. Can we switch the status back ?
Not really: we have not discussed this topic during the last 2 dev meetings. The choice we will make can have an impact: If we decide not to care about the "history" (who did what [when]), we can move forward with this patch. Otherwise (deleted and active patrons in the same table, with an active/deleted flag) we can keep this information. In this case, if this patch is pushed, we will loose the info we want to keep (uploaded_files.owner will have been set to NULL, no way to retrieve it). -- You are receiving this mail because: You are watching all bug changes.