]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Result/Suite.pm
update db::result class
[debbugs.git] / Debbugs / DB / Result / Suite.pm
index ba9b216ce4ecf9c8048434146458de1c820a915b..fdfab37c69c8f0bbecc0a190cf776268498c3ae5 100644 (file)
@@ -6,7 +6,7 @@ package Debbugs::DB::Result::Suite;
 
 =head1 NAME
 
-Debbugs::DB::Result::Suite
+Debbugs::DB::Result::Suite - Debian Release Suite (stable, testing, etc.)
 
 =cut
 
@@ -42,27 +42,37 @@ __PACKAGE__->table("suite");
   is_nullable: 0
   sequence: 'suite_id_seq'
 
+Suite id
+
 =head2 suite_name
 
   data_type: 'text'
   is_nullable: 0
 
+Suite name
+
 =head2 version
 
   data_type: 'text'
   is_nullable: 1
 
+Suite version; NULL if there is no appropriate version
+
 =head2 codename
 
   data_type: 'text'
   is_nullable: 1
 
+Suite codename
+
 =head2 active
 
   data_type: 'boolean'
   default_value: true
   is_nullable: 1
 
+TRUE if the suite is still accepting uploads
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -142,8 +152,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2012-11-25 00:09:07
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XTRTAvkuZCBlDB6tSQXDDQ
+# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-01-22 21:35:43
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1NiRLPvDC3xRPr7+fbzp/w
 
 
 # You can replace this text with custom code or comments, and it will be preserved on regeneration