]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BugSrcpackage.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / BugSrcpackage.pm
index c733f17ffc4f803316cf1bc08670a2a263f299d5..4c07d98896c6998c59fdeecb74b8dc649b16293e 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::BugSrcpackage;
 
 =head1 NAME
 
-Debbugs::DB::Result::BugSrcpackage
+Debbugs::DB::Result::BugSrcpackage - Bug <-> source package mapping
 
 =cut
 
@@ -41,12 +41,16 @@ __PACKAGE__->table("bug_srcpackage");
   is_foreign_key: 1
   is_nullable: 0
 
+Bug id (matches bug)
+
 =head2 src_pkg_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Source package id (matches src_pkg)
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -105,8 +109,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-07-17 21:09:18
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ukA5dsM3UFiuOoDauTZN/A
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:k8ZDk5IbnGWbhwRJ17dNXA
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration