1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-11-17 00:26:19 +01:00
pleroma/lib/jason_types.ex
2018-03-30 15:01:53 +02:00

6 lines
109 B
Elixir

Postgrex.Types.define(
Pleroma.PostgresTypes,
[] ++ Ecto.Adapters.Postgres.extensions(),
json: Jason
)