From: lain Date: Tue, 27 Mar 2018 14:10:41 +0000 (+0200) Subject: Add missing types. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=527e8037589ab06e772125cdf937388db6d2c468;p=akkoma Add missing types. --- diff --git a/lib/jason_types.ex b/lib/jason_types.ex new file mode 100644 index 000000000..4c89664ff --- /dev/null +++ b/lib/jason_types.ex @@ -0,0 +1 @@ +Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)