akkoma/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
)