Add missing types.
authorlain <lain@soykaf.club>
Tue, 27 Mar 2018 14:10:41 +0000 (16:10 +0200)
committerlain <lain@soykaf.club>
Tue, 27 Mar 2018 14:10:41 +0000 (16:10 +0200)
lib/jason_types.ex [new file with mode: 0644]

diff --git a/lib/jason_types.ex b/lib/jason_types.ex
new file mode 100644 (file)
index 0000000..4c89664
--- /dev/null
@@ -0,0 +1 @@
+Postgrex.Types.define(Pleroma.PostgresTypes, [] ++ Ecto.Adapters.Postgres.extensions(), json: Jason)