From 86b43aff829cda87adb4b5b9d5bee489b6e119a3 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Thu, 29 Sep 2022 09:06:10 -0400 Subject: [PATCH] Bug 24606: Update existing schema files [DO NOT PUSH] --- Koha/Schema/Result/Borrower.pm | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index 81e45238a9..4d05c5013a 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -1438,6 +1438,21 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); +=head2 item_editor_templates + +Type: has_many + +Related object: L + +=cut + +__PACKAGE__->has_many( + "item_editor_templates", + "Koha::Schema::Result::ItemEditorTemplate", + { "foreign.borrowernumber" => "self.borrowernumber" }, + { cascade_copy => 0, cascade_delete => 0 }, +); + =head2 items_last_borrowers Type: has_many @@ -2019,8 +2034,8 @@ Composing rels: L -> permission __PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-07-07 12:48:35 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:iffysIl9TxAnXVzpWiUJuw +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-28 16:49:34 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z/sH0fzcVxIKip08I7Igvw __PACKAGE__->has_many( "extended_attributes", -- 2.30.2