Jobsets,JobsetInputs: use JSON

This commit is contained in:
Graham Christensen 2021-04-29 08:32:47 -04:00
parent ec288e6d88
commit 8492db033e
2 changed files with 3 additions and 0 deletions

View file

@ -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;

View file

@ -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