X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FBugPackage.pm;h=27bdfd494ba83ac41ce9d373d0dab5b915fe69ab;hb=5bfa3e0c12e9817f784ce1dd27bc18a86655dbc2;hp=2d85e1d0db802cb61b061bede31e1acfc0bdc863;hpb=54fc7e0edd7b95eda0e49f7d8c6a0d9c6a47baef;p=debbugs.git diff --git a/Debbugs/DB/Result/BugPackage.pm b/Debbugs/DB/Result/BugPackage.pm index 2d85e1d..27bdfd4 100644 --- a/Debbugs/DB/Result/BugPackage.pm +++ b/Debbugs/DB/Result/BugPackage.pm @@ -35,7 +35,7 @@ __PACKAGE__->table("bug_package"); =head1 ACCESSORS -=head2 bug_id +=head2 bug data_type: 'integer' is_nullable: 1 @@ -58,7 +58,7 @@ __PACKAGE__->table("bug_package"); =cut __PACKAGE__->add_columns( - "bug_id", + "bug", { data_type => "integer", is_nullable => 1 }, "pkg_id", { data_type => "integer", is_nullable => 1 }, @@ -69,8 +69,8 @@ __PACKAGE__->add_columns( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-07-17 21:09:18 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4ELLjuEEq63Ca0PeqFEfsg +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-03-25 18:43:53 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:z0ytKzfSK0huQAZwrklLUA # You can replace this text with custom code or comments, and it will be preserved on regeneration