Skip to content

Commit

Permalink
Merge pull request #954 from DeterminateSystems/projects-json-schema
Browse files Browse the repository at this point in the history
Projects: use JSON in Schema
  • Loading branch information
grahamc committed May 3, 2021
2 parents 5520f4b + f3947ac commit 6e53767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/Hydra/Schema/Projects.pm
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ __PACKAGE__->many_to_many("usernames", "projectmembers", "username");
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-25 14:38:14
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+4yWd9UjCyxxLZYDrVUAxA

use JSON;

sub as_json {
my $self = shift;

Expand Down

0 comments on commit 6e53767

Please sign in to comment.