aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jason_types.ex1
1 files changed, 1 insertions, 0 deletions
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)