From ab0fc75c9eeb5e31d20ec0f3e685cb1fa5f49492 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 1 Oct 2025 14:27:54 +0000 Subject: [PATCH] Bug 38330: Commit changes for dbic --force Signed-off-by: Lucas Gass --- Koha/Schema/Result/Deletedbiblio.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Deletedbiblio.pm b/Koha/Schema/Result/Deletedbiblio.pm index d7603e93824..4bb23f1899f 100644 --- a/Koha/Schema/Result/Deletedbiblio.pm +++ b/Koha/Schema/Result/Deletedbiblio.pm @@ -221,8 +221,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-04-28 16:41:47 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+K3LNX9YRsTWv+TVCEKhSQ +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-01 14:27:12 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aOuATjJCuH2q5r99XkjrGw __PACKAGE__->has_many( "biblioitem", -- 2.39.5 (Apple Git-154)