diff options
author | lain <lain@soykaf.club> | 2020-12-18 17:44:19 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-18 17:44:19 +0100 |
commit | 9a744d49c824e0a7d9963b00893fb2091e3ac4ab (patch) | |
tree | f5ad8865c22124b0037292f800ec862fe887dfee /lib | |
parent | b4b68b71fc88de7ee3387aab1071f2cea257e54d (diff) | |
download | pleroma-9a744d49c824e0a7d9963b00893fb2091e3ac4ab.tar.gz |
Jason: Remove by now superfluous jason_types file
Diffstat (limited to 'lib')
-rw-r--r-- | lib/jason_types.ex | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/jason_types.ex b/lib/jason_types.ex deleted file mode 100644 index f1fdc96f4..000000000 --- a/lib/jason_types.ex +++ /dev/null @@ -1,9 +0,0 @@ -# Pleroma: A lightweight social networking server -# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> -# SPDX-License-Identifier: AGPL-3.0-only - -Postgrex.Types.define( - Pleroma.PostgresTypes, - [] ++ Ecto.Adapters.Postgres.extensions(), - json: Jason -) |