X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FSrcAssociation.pm;h=c160ca18f561b709b47f7ace80a3a39255d41598;hb=c35f49b5c19d83704275f3b2b5e6e006b7667d91;hp=fff8c4c4ef6db58041fc027fb34901a55dbcb9bd;hpb=5fa5f19984c0148a533aa8224681826f901f8217;p=debbugs.git diff --git a/Debbugs/DB/Result/SrcAssociation.pm b/Debbugs/DB/Result/SrcAssociation.pm index fff8c4c..c160ca1 100644 --- a/Debbugs/DB/Result/SrcAssociation.pm +++ b/Debbugs/DB/Result/SrcAssociation.pm @@ -134,7 +134,7 @@ __PACKAGE__->belongs_to( "source", "Debbugs::DB::Result::SrcVer", { id => "source" }, - { 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-03-27 18:54:20 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7lYnCaf4vZZFcZoz2S7O9A +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:23:58 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3Hl8VlcLTNPdCLO6kMVyxQ # You can replace this text with custom code or comments, and it will be preserved on regeneration