Revision history for Perl extension Gruntmaster::Data.
+5999.000_012 2014-12-13T18:20+02:00
+ - Add solution to pb_entry
+ - Add {problem,contest}_status tables and a method that updates them
+ - Improve performance of standings, move it to Result/Contest.pm
+ - Add many new keys to us_entry
+ - Remove support for archive standings
+
5999.000_011 2014-12-07T00:55+02:00
- Make problem value NOT NULL
- Add contest_start and contest_stop to pb_entry
-Gruntmaster-Data version 5999.000_011
+Gruntmaster-Data version 5999.000_012
=====================================
This distribution contains:
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-05 13:11:39
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dAEmtAexvUaNXLgYz2rNEg
-our $VERSION = '5999.000_011';
+our $VERSION = '5999.000_012';
use Lingua::EN::Inflect qw/PL_N/;
use JSON::MaybeXS qw/decode_json/;