pleroma/lib/jason_types.ex

6 lines
109 B
Elixir
Raw Normal View History

2018-03-30 15:01:53 +02:00
Postgrex.Types.define(
Pleroma.PostgresTypes,
[] ++ Ecto.Adapters.Postgres.extensions(),
json: Jason
)