X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FDB%2FResult%2FBugTag.pm;h=9361bd33ab218946ec6f4ea0afbc032e5efa04cf;hb=afb6e29198afbc16f103579d0c4815f9e5fbe214;hp=ca6541f34e69397be6ba1a3ef94712192dc7b844;hpb=9236374760584c410ebcb9cfdb19a481c1dedadb;p=debbugs.git diff --git a/Debbugs/DB/Result/BugTag.pm b/Debbugs/DB/Result/BugTag.pm index ca6541f..9361bd3 100644 --- a/Debbugs/DB/Result/BugTag.pm +++ b/Debbugs/DB/Result/BugTag.pm @@ -6,7 +6,7 @@ package Debbugs::DB::Result::BugTag; =head1 NAME -Debbugs::DB::Result::BugTag +Debbugs::DB::Result::BugTag - Bug <-> tag mapping =cut @@ -41,12 +41,16 @@ __PACKAGE__->table("bug_tag"); is_foreign_key: 1 is_nullable: 0 +Bug id (matches bug) + =head2 tag_id data_type: 'integer' is_foreign_key: 1 is_nullable: 0 +Tag id (matches tag) + =cut __PACKAGE__->add_columns( @@ -105,8 +109,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-07-17 10:25:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CscnquDh4dh3f4LNgRn1Ew +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TJLM6fzZRNQXknUuXE8Pvw # You can replace this text with custom code or comments, and it will be preserved on regeneration