]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/CorrespondentFullName.pm
update for correspondent in maintainer
[debbugs.git] / Debbugs / DB / Result / CorrespondentFullName.pm
index c137ee5cf54a55adfc366c1a60a89ad243b8fc06..1d2c66802fff0ac9160920b129759ad6cff03a56 100644 (file)
@@ -87,17 +87,22 @@ __PACKAGE__->set_primary_key("id");
 
 =head1 UNIQUE CONSTRAINTS
 
-=head2 C<correspondent_full_name_full_name_key>
+=head2 C<correspondent_full_name_correspondent_full_name_idx>
 
 =over 4
 
+=item * L</correspondent>
+
 =item * L</full_name>
 
 =back
 
 =cut
 
-__PACKAGE__->add_unique_constraint("correspondent_full_name_full_name_key", ["full_name"]);
+__PACKAGE__->add_unique_constraint(
+  "correspondent_full_name_correspondent_full_name_idx",
+  ["correspondent", "full_name"],
+);
 
 =head1 RELATIONS
 
@@ -113,12 +118,12 @@ __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" },
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-03-25 18:43:53
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U7mn1zcYHvgfaD4arcYAeA
+# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-10-09 20:27:54
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ePNArKbdUxbj/cw4RbMHgg
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration