X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FData%2FResult%2FProblem.pm;h=18e1852be4d06d26efda48594bd34a4a29a12a97;hb=85d3f015cc4e11f00adba9d3a99cb69c7f77156b;hp=6b12ac552951d3fd18723f2428eb96f449e15a8e;hpb=9a987597aaf367c5a3b2fa291f6420569147f1b4;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/Data/Result/Problem.pm b/lib/Gruntmaster/Data/Result/Problem.pm index 6b12ac5..18e1852 100644 --- a/lib/Gruntmaster/Data/Result/Problem.pm +++ b/lib/Gruntmaster/Data/Result/Problem.pm @@ -31,7 +31,7 @@ __PACKAGE__->table("problems"); =head2 author data_type: 'text' - is_nullable: 0 + is_nullable: 1 =head2 generator @@ -104,6 +104,16 @@ __PACKAGE__->table("problems"); data_type: 'integer' is_nullable: 1 +=head2 genformat + + data_type: 'text' + is_nullable: 1 + +=head2 gensource + + data_type: 'text' + is_nullable: 1 + =head2 verformat data_type: 'text' @@ -120,7 +130,7 @@ __PACKAGE__->add_columns( "id", { data_type => "text", is_nullable => 0 }, "author", - { data_type => "text", is_nullable => 0 }, + { data_type => "text", is_nullable => 1 }, "generator", { data_type => "enum", @@ -169,6 +179,10 @@ __PACKAGE__->add_columns( { data_type => "real", is_nullable => 0 }, "value", { data_type => "integer", is_nullable => 1 }, + "genformat", + { data_type => "text", is_nullable => 1 }, + "gensource", + { data_type => "text", is_nullable => 1 }, "verformat", { data_type => "text", is_nullable => 1 }, "versource", @@ -260,8 +274,8 @@ Composing rels: L -> contest __PACKAGE__->many_to_many("contests", "contest_problems", "contest"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-24 09:25:07 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dZicbasR8lUFGhIabrWxXw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-26 15:24:46 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QeM8iOMQE3lqG2tXKbpRxw # You can replace this text with custom code or comments, and it will be preserved on regeneration