pleroma/lib/jason_types.ex

6 行
109 B
Elixir

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