[Koha-bugs] [Bug 22008] accountlines.manager_id is missing a foreign key constraint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 14:27:27 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22008

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #25 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
There is still a bit more to this:
CONSTRAINT `accountlines_ibfk_items` FOREIGN KEY (`itemnumber`) REFERENCES
`items` (`itemnumber`) ON DELETE SET NULL ON UPDATE CASCADE,

I wonder if the same applies here as for issues. (items > deleteditems).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list