]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/BugVer.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / BugVer.pm
index 3b1e21e114417ec522bcef27c6f36c43c6f07d31..42eb1cc853e181aa67b0a70c2afa491b464bdfb9 100644 (file)
@@ -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-12-03 15:57:07
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YRlFlDUKGtk69o3KPHM1zQ
+# 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