aboutsummaryrefslogtreecommitdiff
path: root/lib/jason_types.ex
blob: d1a7bc7ac352b692dcc2a4f593a71b98eb85ab3f (plain)
1
2
3
4
5
Postgrex.Types.define(
  Pleroma.PostgresTypes,
  [] ++ Ecto.Adapters.Postgres.extensions(),
  json: Jason
)