Add missing types.

This commit is contained in:
lain 2018-03-27 16:10:41 +02:00
parent fbc187ac15
commit 527e803758
1 changed files with 1 additions and 0 deletions

1
lib/jason_types.ex Normal file
View File

@ -0,0 +1 @@
Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)