https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40808 --- Comment #2 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 186437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186437&action=edit Bug 40808: Add DBIx::Class schema for accountline_links polymorphic relationships This patch adds the DBIx::Class schema definitions for the new accountline_links table and updates the existing accountlines schema. Changes: - New Koha::Schema::Result::AccountlineLink with polymorphic relationships - Updated Koha::Schema::Result::Accountline to include has_many relationship - Supports modern link types: hold, checkout, article_request - Includes validation methods for link integrity - Optimized for common query patterns with covering indexes The polymorphic design allows linking account lines to any entity type without adding nullable foreign key columns to the accountlines table. -- You are receiving this mail because: You are watching all bug changes.