]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BinAssociation.pm
update for correspondent in maintainer
[debbugs.git] / Debbugs / DB / Result / BinAssociation.pm
index 622aea7c1a971b3c3be91e9002093d18a1201589..7f32065d773a96a8bd363fc7f4b239d7e0e8a87e 100644 (file)
@@ -134,7 +134,7 @@ __PACKAGE__->belongs_to(
   "bin",
   "Debbugs::DB::Result::BinVer",
   { id => "bin" },
-  { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+  { is_deferrable => 0, on_delete => "CASCADE", on_update => "CASCADE" },
 );
 
 =head2 suite
@@ -149,12 +149,12 @@ __PACKAGE__->belongs_to(
   "suite",
   "Debbugs::DB::Result::Suite",
   { id => "suite" },
-  { 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-01-22 21:35:43
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6mrwiUeFTasNbK3nr0qT5g
+# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:23:58
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zEtAfQAP6UdXRqAF3PaBGA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration