https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37893 --- Comment #3 from Kyle M Hall (khall) <kyle@bywatersolutions.com> --- (In reply to Pedro Amorim from comment #2)
Created attachment 172584 [details] SIPconfig.xml into DB schema
sip_institution should be a 1 to 1 with sip_policy, even though SIPconfig.xml technically allows for multiple policies per institution, the template SIPconfig.xml only has one policy per institution and as I understand it the SIP code logic expects only one policy per institution. This being the case, and policies not relating to anything else, there's no reason to have a separate table for policies specifically and these columns can be merged into sip_institutions instead. Thoughts?
I agree with everything you wrote. I do note the image has institutions and accounts being one to one, but they should be one to many. -- You are receiving this mail because: You are watching all bug changes.