From b20ba023b1573f6d34dbb2fd42271a6f1f412b62 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 2 May 2016 15:00:39 +0000 Subject: [PATCH] Bug 15533 - DBRev - Update OldReserve schema file to match database schema --- Koha/Schema/Result/OldReserve.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm index f253a86cc9..0265e28641 100644 --- a/Koha/Schema/Result/OldReserve.pm +++ b/Koha/Schema/Result/OldReserve.pm @@ -277,14 +277,14 @@ __PACKAGE__->belongs_to( { is_deferrable => 1, join_type => "LEFT", - on_delete => "CASCADE", - on_update => "CASCADE", + on_delete => "SET NULL", + on_update => "SET NULL", }, ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-12-26 12:22:09 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:34jZVAc6xF4/49hChXdSEg +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-05-02 15:00:01 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cKmTD43jb4WnCrw57+ixrw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2