27 Aug
2021
27 Aug
'21
2:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #194 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- About the new FK added to the linktracker table, is it relevant to keep the entry if the biblio has been deleted? + CONSTRAINT `linktracker_biblio_ibfk` FOREIGN KEY (`biblionumber`) REFERENCES `biblio` (`biblionumber`) ON DELETE SET NULL ON UPDATE SET NULL, (not blocker but please answer) -- You are receiving this mail because: You are watching all bug changes.