3 Feb
2021
3 Feb
'21
7:26 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27534 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Manos PETRIDIS from comment #10)
If I read correctly the patch you supplied, you drop FOREIGN KEY message_transport_type_fk in letter table. As far as I know though, one doesn't need to drop the FOREIGN KEY altogether, just drop the CONSTRAINT and re-create it, including the missing CASCADE clause.
It's exactly what the patch does :) -- You are receiving this mail because: You are watching all bug changes.