runner RUNNER NOT NULL,
statement TEXT NOT NULL,
testcnt INT NOT NULL,
+ tests TEXT,
timeout REAL NOT NULL,
value INT,
verformat TEXT,
data_type: 'text'
is_foreign_key: 1
- is_nullable: 0
+ is_nullable: 1
=head2 daemon
sequence => "jobs_id_seq",
},
"contest",
- { data_type => "text", is_foreign_key => 1, is_nullable => 0 },
+ { data_type => "text", is_foreign_key => 1, is_nullable => 1 },
"daemon",
{ data_type => "text", is_nullable => 1 },
"date",
"contest",
"Gruntmaster::Data::Result::Contest",
{ id => "contest" },
- { is_deferrable => 0, on_delete => "NO ACTION", on_update => "NO ACTION" },
+ {
+ is_deferrable => 0,
+ join_type => "LEFT",
+ on_delete => "NO ACTION",
+ on_update => "NO ACTION",
+ },
);
=head2 owner
);
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-06 12:41:16
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lIETgGgMTSOUUuDuFa/+SQ
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-24 09:25:07
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mDHQWFk/K7q/nHu+Z3a0+A
# You can replace this text with custom code or comments, and it will be preserved on regeneration
);
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-06 12:41:16
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+zXnz+V4BYSNwxN65ovu2w
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-24 09:25:07
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MgoDt8QyQeSpjIJZEd5RXQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
=head2 private
data_type: 'boolean'
+ default_value: false
is_nullable: 0
=head2 runner
data_type: 'integer'
is_nullable: 0
+=head2 tests
+
+ data_type: 'text'
+ is_nullable: 1
+
=head2 timeout
data_type: 'real'
"owner",
{ data_type => "text", is_foreign_key => 1, is_nullable => 0 },
"private",
- { data_type => "boolean", is_nullable => 0 },
+ { data_type => "boolean", default_value => \"false", is_nullable => 0 },
"runner",
{
data_type => "enum",
{ data_type => "text", is_nullable => 0 },
"testcnt",
{ data_type => "integer", is_nullable => 0 },
+ "tests",
+ { data_type => "text", is_nullable => 1 },
"timeout",
{ data_type => "real", is_nullable => 0 },
"value",
__PACKAGE__->many_to_many("contests", "contest_problems", "contest");
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-06 12:41:16
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y1LUGcxNJxUMgMXqvAkKYQ
+# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-03-24 09:25:07
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dZicbasR8lUFGhIabrWxXw
# You can replace this text with custom code or comments, and it will be preserved on regeneration