]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BinPkg.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / BinPkg.pm
index 1635c1e1222c7e1c2af4aeac3659406b5aff98ad..985047f583feb625587e2d05cc6a207b36f47250 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::BinPkg;
 
 =head1 NAME
 
-Debbugs::DB::Result::BinPkg
+Debbugs::DB::Result::BinPkg - Binary packages
 
 =cut
 
@@ -42,11 +42,15 @@ __PACKAGE__->table("bin_pkg");
   is_nullable: 0
   sequence: 'bin_pkg_id_seq'
 
+Binary package id
+
 =head2 pkg
 
   data_type: 'text'
   is_nullable: 0
 
+Binary package name
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -120,8 +124,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-07-17 21:09:18
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yA4czi38S+fA2P6aKn+UAw
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MZd5wB+mftx5babS8sAOFQ
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration