From abdd5318ff6a47d561cb8d7288547bf4c4f0ae54 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 23 Oct 2020 15:49:13 +0100 Subject: [PATCH] Bug 24412: (QA follow-up) DBIC Schema Update --- Koha/Schema/Result/Reserve.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm index bd3b51058b..5e291dcd0a 100644 --- a/Koha/Schema/Result/Reserve.pm +++ b/Koha/Schema/Result/Reserve.pm @@ -335,7 +335,7 @@ __PACKAGE__->belongs_to( { is_deferrable => 1, join_type => "LEFT", - on_delete => "CASCADE", + on_delete => "SET NULL", on_update => "CASCADE", }, ); @@ -381,8 +381,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2020-09-14 18:41:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cFrUf7wFugFlTAOApDihFA +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-10-23 14:48:44 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oKDfiBTxP5NIkOejCVPfYg __PACKAGE__->belongs_to( "item", -- 2.20.1