Jobsets,JobsetInputs: use JSON
This commit is contained in:
parent
ec288e6d88
commit
8492db033e
|
@ -134,6 +134,8 @@ __PACKAGE__->has_many(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-02-06 12:22:36
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5uKwEhDXso4IR1TFmwRxiA
|
||||
|
||||
use JSON;
|
||||
|
||||
sub as_json {
|
||||
my $self = shift;
|
||||
|
||||
|
|
|
@ -375,6 +375,7 @@ __PACKAGE__->has_many(
|
|||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-25 14:38:14
|
||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7XtIqrrGAIvReqly1kapog
|
||||
|
||||
use JSON;
|
||||
|
||||
=head2 builds
|
||||
|
||||
|
|
Loading…
Reference in a new issue