Add table and column comments
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / ProblemStatus.pm
index 69be02fbdbf039e0f5aa69ff0ec10720cb87e630..d46de2be19cae73c2f9d9862be3e01672b3af8d0 100644 (file)
@@ -6,7 +6,7 @@ package Gruntmaster::Data::Result::ProblemStatus;
 
 =head1 NAME
 
-Gruntmaster::Data::Result::ProblemStatus
+Gruntmaster::Data::Result::ProblemStatus - List of (problem, user, result)
 
 =cut
 
@@ -49,6 +49,8 @@ __PACKAGE__->table("problem_status");
   default_value: false
   is_nullable: 0
 
+True if the result is Accepted, False otherwise
+
 =cut
 
 __PACKAGE__->add_columns(
@@ -130,8 +132,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-11 23:51:27
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SUAwYQhgBtoCjtFSOMc4FQ
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-19 16:44:22
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1OCTO6sM27DamVhQi3dWKg
 
 sub rawowner { shift->get_column('owner') }
 
This page took 0.009494 seconds and 4 git commands to generate.