Merge pull request #954 from DeterminateSystems/projects-json-schema

Projects: use JSON in Schema
This commit is contained in:
Graham Christensen 2021-05-02 21:35:04 -04:00 committed by GitHub
commit 6e537671df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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