From 8eccff5b530494a8c5b62dbeffc208b9cf5ce14a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 7 Sep 2022 13:40:39 -0700 Subject: [PATCH] Bug 31374: DBIC schema Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Suggestion.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Suggestion.pm b/Koha/Schema/Result/Suggestion.pm index edc76ee7ad..ff65a54d95 100644 --- a/Koha/Schema/Result/Suggestion.pm +++ b/Koha/Schema/Result/Suggestion.pm @@ -557,8 +557,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3hkIGEbrTi7MUug0zjvyFg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-07 20:40:07 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NSX5a0b7SJyhLVT8Fx4jaQ __PACKAGE__->belongs_to( "suggester", -- 2.39.5