From 527e8037589ab06e772125cdf937388db6d2c468 Mon Sep 17 00:00:00 2001
From: lain <lain@soykaf.club>
Date: Tue, 27 Mar 2018 16:10:41 +0200
Subject: [PATCH] Add missing types.

---
 lib/jason_types.ex | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 lib/jason_types.ex

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