X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FMessageCorrespondent.pm;h=0e5840d136266d22fdb1192527e73a105628ded7;hb=c35f49b5c19d83704275f3b2b5e6e006b7667d91;hp=7792290cd774c8e5fac70ef104d887b24ab13d7d;hpb=5fa5f19984c0148a533aa8224681826f901f8217;p=debbugs.git diff --git a/Debbugs/DB/Result/MessageCorrespondent.pm b/Debbugs/DB/Result/MessageCorrespondent.pm index 7792290..0e5840d 100644 --- a/Debbugs/DB/Result/MessageCorrespondent.pm +++ b/Debbugs/DB/Result/MessageCorrespondent.pm @@ -140,7 +140,7 @@ __PACKAGE__->belongs_to( "correspondent", "Debbugs::DB::Result::Correspondent", { id => "correspondent" }, - { is_deferrable => 1, on_delete => "CASCADE", on_update => "CASCADE" }, + { is_deferrable => 0, on_delete => "CASCADE", on_update => "CASCADE" }, ); =head2 message @@ -155,12 +155,12 @@ __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" }, ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-03-27 18:54:20 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d2QCcAGqZtl1l7tx1fEwyg +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:O+1oiAgBblG5UTsHpF4xRw # You can replace this text with custom code or comments, and it will be preserved on regeneration