Bug 15533 - DBRev - Update OldReserve schema file to match database schema
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 2 May 2016 15:00:39 +0000 (15:00 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 2 May 2016 15:02:03 +0000 (15:02 +0000)
Koha/Schema/Result/OldReserve.pm

index f253a86..0265e28 100644 (file)
@@ -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