]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BinVer.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / BinVer.pm
index 0ac574580b2687871a9fe3a21f560b87bf06e601..8966d3d8ba6410fad6ff29c3420b67e9aa298288 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::BinVer;
 
 =head1 NAME
 
-Debbugs::DB::Result::BinVer
+Debbugs::DB::Result::BinVer - Binary versions
 
 =cut
 
@@ -42,29 +42,39 @@ __PACKAGE__->table("bin_ver");
   is_nullable: 0
   sequence: 'bin_ver_id_seq'
 
+Binary version id
+
 =head2 bin_pkg_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Binary package id (matches bin_pkg)
+
 =head2 src_ver_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Source version (matchines src_ver)
+
 =head2 arch_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 0
 
+Architecture id (matches arch)
+
 =head2 ver
 
   data_type: 'debversion'
   is_nullable: 0
 
+Binary version
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -195,8 +205,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:ID7wx8HJaYZgpdhHqCq8GQ
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9iEDj8DfMh5jdc03zs4UmQ
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration