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

Martin Renvoize (ashimema) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #186437|0                           |1
        is obsolete|                            |

--- Comment #10 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 186459
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186459&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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to