8 Nov
2019
8 Nov
'19
10:33 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23995 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Mysql8 Manual: `Foreign key referential actions (ON UPDATE, ON DELETE) are prohibited on columns used in CHECK constraints. Likewise, CHECK constraints are prohibited on columns used in foreign key referential actions.` This is why the accountline check constraint must be dropped to support mysql8 (no such requirement in mariadb I believe) -- You are receiving this mail because: You are watching all bug changes.