1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-28 14:15:11 +01:00
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
)