https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41410 --- Comment #24 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 200340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200340&action=edit Bug 41410: DBIx::Class schema update Regenerated via `dbic --force` after adding the local_holdgroup_match column to hold_fill_targets and tmp_holdsqueue in the previous patch. Test plan: 1. Inspect Koha/Schema/Result/HoldFillTarget.pm and TmpHoldsqueue.pm and confirm the new local_holdgroup_match accessor is defined above the `DO NOT MODIFY` marker. 2. Confirm custom content below the marker (koha_object_class, +item_level_request is_boolean) is preserved. Sponsored-by: Main Library Alliance <https://www.mainlib.org/> Signed-off-by: Trevor Diamond <trevor.diamond@mainlib.org> -- You are receiving this mail because: You are watching all bug changes.