X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FData%2FResult%2FProblem.pm;h=0f4667e3ccc6cc2e1c26636388b116330eb1ed5b;hp=5b843919c7250507743fc5d542be7012a138aeb6;hb=aaa9eb7d81598848183239016890f3a851082154;hpb=df95d5784d9a039442cc02c21f9459127b1aa8bb diff --git a/lib/Gruntmaster/Data/Result/Problem.pm b/lib/Gruntmaster/Data/Result/Problem.pm index 5b84391..0f4667e 100644 --- a/lib/Gruntmaster/Data/Result/Problem.pm +++ b/lib/Gruntmaster/Data/Result/Problem.pm @@ -103,7 +103,7 @@ __PACKAGE__->table("problems"); =head2 value data_type: 'integer' - is_nullable: 1 + is_nullable: 0 =head2 genformat @@ -159,7 +159,7 @@ __PACKAGE__->add_columns( "timeout", { data_type => "real", is_nullable => 0 }, "value", - { data_type => "integer", is_nullable => 1 }, + { data_type => "integer", is_nullable => 0 }, "genformat", { data_type => "text", is_nullable => 1 }, "gensource", @@ -255,8 +255,8 @@ Composing rels: L -> contest __PACKAGE__->many_to_many("contests", "contest_problems", "contest"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-05-16 15:03:32 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tvap77v0faSMxFiLu1uggQ +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2014-12-01 14:39:28 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/p3BIfVYSG5AKSSgVgOoOQ sub is_private { my ($self, $time) = @_;