X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FMaintainer.pm;h=a15e55cca923d1d0ddf10acdde4bbeda1b59e038;hb=b18d61f439bddecf59b49ddd756add0655b852ce;hp=801b19f95692e626c9a28e3bf0b0baaf81de0f21;hpb=e063a9f099bcfaf7ff0035b88eb802c02810dc7d;p=debbugs.git diff --git a/Debbugs/DB/Result/Maintainer.pm b/Debbugs/DB/Result/Maintainer.pm index 801b19f..a15e55c 100644 --- a/Debbugs/DB/Result/Maintainer.pm +++ b/Debbugs/DB/Result/Maintainer.pm @@ -121,7 +121,7 @@ __PACKAGE__->set_primary_key("id"); =head1 UNIQUE CONSTRAINTS -=head2 C +=head2 C =over 4 @@ -131,7 +131,7 @@ __PACKAGE__->set_primary_key("id"); =cut -__PACKAGE__->add_unique_constraint("maintainer_name_key", ["name"]); +__PACKAGE__->add_unique_constraint("maintainer_name_idx", ["name"]); =head1 RELATIONS @@ -166,8 +166,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-11-21 21:57:41 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:E1iNr1IKDcHDQYtmVdsoHA +# Created by DBIx::Class::Schema::Loader v0.07036 @ 2013-11-23 17:31:18 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5E4fT7G2x7wdPfr7SMqgGg # You can replace this text with custom code or comments, and it will be preserved on regeneration