https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37419 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Janusz Kaczmarek from comment #16)
How is that possible? In master we see at line 1147 (from this bug):
- CONSTRAINT `record_metadata_fk_2` FOREIGN KEY (`record_source_id`) REFERENCES `record_sources` (`record_source_id`) ON DELETE CASCADE ON UPDATE CASCADE + CONSTRAINT `record_metadata_fk_2` FOREIGN KEY (`record_source_id`) REFERENCES `record_sources` (`record_source_id`) ON DELETE RESTRICT ON UPDATE CASCADE
and then noting in this region. Strange...
I have no explanation either. I'll probably repeat the steps on Monday just to make sure, but we need to resolve. -- You are receiving this mail because: You are watching all bug changes.