X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FBugSrcpackage.pm;h=c542b4564dbfa5ac15cbb558478ab0e77651b7c1;hb=c35f49b5c19d83704275f3b2b5e6e006b7667d91;hp=736074f535bbb1953eb67a20fe3eab11be1d5e23;hpb=5fa5f19984c0148a533aa8224681826f901f8217;p=debbugs.git diff --git a/Debbugs/DB/Result/BugSrcpackage.pm b/Debbugs/DB/Result/BugSrcpackage.pm index 736074f..c542b45 100644 --- a/Debbugs/DB/Result/BugSrcpackage.pm +++ b/Debbugs/DB/Result/BugSrcpackage.pm @@ -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 src_pkg @@ -131,12 +131,12 @@ __PACKAGE__->belongs_to( "src_pkg", "Debbugs::DB::Result::SrcPkg", { id => "src_pkg" }, - { 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:jirMkEXqyqHGMbRiQ2hObw +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:I/9GEPtJDUwfJq0BwrqpMA # You can replace this text with custom code or comments, and it will be preserved on regeneration