From be1aab5de651e82c05c1f53c7939bed38df97249 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 12 Oct 2022 10:56:12 +0000 Subject: [PATCH] Bug 24606: Update existing schema files [DO NOT PUSH] Signed-off-by: David Nind --- 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 2edb25d29f..0d70220222 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -1447,6 +1447,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 @@ -2028,8 +2043,8 @@ Composing rels: L -> permission __PACKAGE__->many_to_many("permissions", "user_permissions", "permission"); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-03 18:03:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jqvQns/EYDe6ao4z32XKyg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-12 10:55:31 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ViRHHq0gu/c0JlLv3TDn/w __PACKAGE__->has_many( "extended_attributes", -- 2.30.2