https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271
--- Comment #37 from Francesco Rivetti <[email protected]> --- (In reply to Benjamin Rokseth from comment #36) > fail to remember, but probably I put it there because otherwise it > complained, perhaps due to the "rename table". the idea was that any > leftovers from conflicts should be moved to temporary tables (prepended with > _) so that one could check and delete them at convenience We had to drop the constraint to avoid the delete on cascade. When we clean up the deletedbiblio andt able, we don't want to drop any items which were left behind because not properly merged. -- 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/
