Improve performance of standings/update_status. Break standings API
[gruntmaster-data.git] / lib / Gruntmaster / Data / Result / ContestProblem.pm
index bf57e09ef37a71a258a833f83c8cc0afead951f9..5ec1dfe998d870545575085d9878cda6e70d8cad 100644 (file)
@@ -94,8 +94,9 @@ __PACKAGE__->belongs_to(
 # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-05-16 15:03:32
 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fG3PNI7Ar318nxMchtJNuA
 
+sub rawcontest { shift->get_column('contest') }
+sub rawproblem { shift->get_column('problem') }
 
-# You can replace this text with custom code or comments, and it will be preserved on regeneration
 1;
 
 __END__
This page took 0.00929 seconds and 4 git commands to generate.