diff options
author | lain <lain@soykaf.club> | 2018-03-27 16:10:41 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-27 16:10:41 +0200 |
commit | 527e8037589ab06e772125cdf937388db6d2c468 (patch) | |
tree | 3a1536b5fb7601ce5576d5310accaff1dbc1a298 /lib | |
parent | fbc187ac15524638db2b116ed2b7365aaecdf2e4 (diff) | |
download | pleroma-527e8037589ab06e772125cdf937388db6d2c468.tar.gz |
Add missing types.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jason_types.ex | 1 |
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) |