https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14849
--- Comment #7 from Marcel de Rooy <[email protected]> --- (In reply to Jonathan Druart from comment #6) > 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). Not sure if I understand what you mean. If you have all patrons in the same table, this means that you do not delete the patron but just set a flag. In that case the FK constraint does nothing. So, why do you say that it is set to NULL? -- 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/
