Improve performance of standings/update_status. Break standings API
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / Job.pm
index 66aed554fb875568f2eadd23e51539ddc7198351..0fcf8c0221035e632447d331065eb0c16e13296a 100644 (file)
@@ -220,6 +220,10 @@ __PACKAGE__->has_many(
 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-11 23:51:27
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:D49ekK0vGg/7b8xXZoYTWQ
 
+sub rawcontest { shift->get_column('contest') }
+sub rawowner { shift->get_column('owner') }
+sub rawproblem { shift->get_column('problem') }
+
 sub rerun {
        shift->update({daemon => undef, result => -2, result_text => undef});
 }
This page took 0.009383 seconds and 4 git commands to generate.