]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BugVer.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / BugVer.pm
index e8d9da21c3f235893a9d0438fb429a0a84129a80..42eb1cc853e181aa67b0a70c2afa491b464bdfb9 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::BugVer;
 
 =head1 NAME
 
-Debbugs::DB::Result::BugVer
+Debbugs::DB::Result::BugVer - Bug versions
 
 =cut
 
@@ -41,29 +41,39 @@ __PACKAGE__->table("bug_ver");
   is_foreign_key: 1
   is_nullable: 0
 
+Bug number
+
 =head2 ver_string
 
   data_type: 'text'
   is_nullable: 1
 
+Version string
+
 =head2 src_pkg_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 1
 
+Source package id (matches src_pkg table)
+
 =head2 src_ver_id
 
   data_type: 'integer'
   is_foreign_key: 1
   is_nullable: 1
 
+Source package version id (matches src_ver table)
+
 =head2 found
 
   data_type: 'boolean'
   default_value: true
   is_nullable: 0
 
+True if this is a found version; false if this is a fixed version
+
 =head2 creation
 
   data_type: 'timestamp with time zone'
@@ -71,6 +81,8 @@ __PACKAGE__->table("bug_ver");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time that this entry was created
+
 =head2 last_modified
 
   data_type: 'timestamp with time zone'
@@ -78,6 +90,8 @@ __PACKAGE__->table("bug_ver");
   is_nullable: 0
   original: {default_value => \"now()"}
 
+Time that this entry was modified
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -186,8 +200,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-23 17:41:43
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JMDsn7GGxoQ001KYUOyyTw
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:d+zLb/svrH4BgZjZXT+hdg
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration