From 2337feb0f5edee549b85386563bc083cf27db61e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 30 Oct 2024 17:26:18 +0000 Subject: [PATCH] Bug 30648: DBIC schema update Signed-off-by: Katrin Fischer --- Koha/Schema/Result/OldReserve.pm | 6 +++--- Koha/Schema/Result/Reserve.pm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm index e3f3437c94..5d7e776599 100644 --- a/Koha/Schema/Result/OldReserve.pm +++ b/Koha/Schema/Result/OldReserve.pm @@ -59,7 +59,7 @@ foreign key from the biblio table defining which bib record this hold is on data_type: 'integer' is_nullable: 1 -links the reserve to the deleted bibliographic record (deletedbiblio.biblionumber) +links the hold to the deleted bibliographic record (deletedbiblio.biblionumber) =head2 item_group_id @@ -437,8 +437,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-28 18:50:07 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WVT+As1+G9EJ2laDaGWE4A +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-30 17:21:09 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6huDoFe9Uil1WyJ7EOcQSw __PACKAGE__->belongs_to( "item", diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm index b941eddcee..4a528cf5ea 100644 --- a/Koha/Schema/Result/Reserve.pm +++ b/Koha/Schema/Result/Reserve.pm @@ -62,7 +62,7 @@ foreign key from the biblio table defining which bib record this hold is on data_type: 'integer' is_nullable: 1 -links the reserve to the deleted bibliographic record (deletedbiblio.biblionumber) +links the hold to the deleted bibliographic record (deletedbiblio.biblionumber) =head2 item_group_id @@ -465,8 +465,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-28 18:50:07 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6sYYJBDau/Ol8U95p4psKQ +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-30 17:21:09 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bmt1FkgXdJSOMQFdAHO3cQ __PACKAGE__->belongs_to( "item", -- 2.39.5