]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/SrcAssociation.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / SrcAssociation.pm
index b69a98ee72a26680ec1a46c6626ed69e7b8dd5c1..0496a64d73101fc8172413966a6d5987c8aa515e 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::SrcAssociation;
 
 =head1 NAME
 
-Debbugs::DB::Result::SrcAssociation
+Debbugs::DB::Result::SrcAssociation - Source <-> suite associations
 
 =cut
 
@@ -42,18 +42,24 @@ __PACKAGE__->table("src_associations");
   is_nullable: 0
   sequence: 'src_associations_id_seq'
 
+Source <-> suite association id
+
 =head2 suite
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Suite id (matches suite)
+
 =head2 source
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Source version id (matches src_ver)
+
 =head2 created
 
   data_type: 'timestamp with time zone'
@@ -61,6 +67,8 @@ __PACKAGE__->table("src_associations");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time this source package entered this suite
+
 =head2 modified
 
   data_type: 'timestamp with time zone'
@@ -68,6 +76,8 @@ __PACKAGE__->table("src_associations");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time this entry was modified
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -143,8 +153,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-25 00:09:07
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wa7w7q9pWea8Td3wJ7c1FQ
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KLRKATys7SUGy+1bmADToQ
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration