X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fjason_types.ex;h=c558aef57a0210b4c5bf4e032321703fdc319a9b;hb=8023fa48dbc68fe696337a4da940b95fd209e304;hp=4c89664ffbab403bab7060d1e2b511ffcbca7862;hpb=527e8037589ab06e772125cdf937388db6d2c468;p=akkoma diff --git a/lib/jason_types.ex b/lib/jason_types.ex index 4c89664ff..c558aef57 100644 --- a/lib/jason_types.ex +++ b/lib/jason_types.ex @@ -1 +1,9 @@ -Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason) +# Pleroma: A lightweight social networking server +# Copyright © 2017-2019 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + +Postgrex.Types.define( + Pleroma.PostgresTypes, + [] ++ Ecto.Adapters.Postgres.extensions(), + json: Jason +)