]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/MessageRef.pm
update for correspondent in maintainer
[debbugs.git] / Debbugs / DB / Result / MessageRef.pm
index 9d9d514673bf28d742fa18abd6d3af61702ca5a2..b035598298ac84b7942ed485959e488098f4bbd3 100644 (file)
@@ -136,7 +136,7 @@ __PACKAGE__->belongs_to(
   "message",
   "Debbugs::DB::Result::Message",
   { id => "message" },
-  { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+  { is_deferrable => 0, on_delete => "CASCADE", on_update => "CASCADE" },
 );
 
 =head2 ref
@@ -151,12 +151,12 @@ __PACKAGE__->belongs_to(
   "ref",
   "Debbugs::DB::Result::Message",
   { id => "refs" },
-  { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+  { is_deferrable => 0, on_delete => "CASCADE", on_update => "CASCADE" },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-03-27 18:54:20
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+vwRG2KAV0YTTXZE0Vv21A
+# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oEOZLlhxLd5tyH5IW5KhTA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration