https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I wonder if it would be good to separate the different types of data. I feel pretty sure about the fix for issues, but borrowers and biblio* tables appear more dangerous. The issue_id one is also the most dangerous, as the items are kept on the accounts. The list of tables for borrowers appears a bit short - are you relying on cascades in part there? In general I am worried about maintaining the script - with every new table, this could cause new bugs. But as we don't have clean FK relationships, I don't see another way of doing it. :( -- You are receiving this mail because: You are watching all bug changes.