X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fjason_types.ex;h=f1fdc96f44abf16903a808bafc5886ed7d0d3019;hb=b607ae1a1c0ef6557094ec0fb10ba2d19d621f7f;hp=4c89664ffbab403bab7060d1e2b511ffcbca7862;hpb=527e8037589ab06e772125cdf937388db6d2c468;p=akkoma diff --git a/lib/jason_types.ex b/lib/jason_types.ex index 4c89664ff..f1fdc96f4 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-2020 Pleroma Authors +# SPDX-License-Identifier: AGPL-3.0-only + +Postgrex.Types.define( + Pleroma.PostgresTypes, + [] ++ Ecto.Adapters.Postgres.extensions(), + json: Jason +)