]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BugTag.pm
update for correspondent in maintainer
[debbugs.git] / Debbugs / DB / Result / BugTag.pm
index 81c16edf20533e04d87f5c30a2a1cd8ca857abda..1f3d30e7f96fde49d90dfdba8c7f34279f7c5005 100644 (file)
@@ -116,7 +116,7 @@ __PACKAGE__->belongs_to(
   "bug",
   "Debbugs::DB::Result::Bug",
   { id => "bug" },
-  { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+  { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
 );
 
 =head2 tag
@@ -131,12 +131,12 @@ __PACKAGE__->belongs_to(
   "tag",
   "Debbugs::DB::Result::Tag",
   { id => "tag" },
-  { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" },
+  { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-04-01 15:46:42
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7cqkTgwzMw4wP3LtAKaBDg
+# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Cu5Qrkpu/4fEUNUBgUEmWw
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration