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 /config/config.exs | |
parent | b4b68b71fc88de7ee3387aab1071f2cea257e54d (diff) | |
download | pleroma-9a744d49c824e0a7d9963b00893fb2091e3ac4ab.tar.gz pleroma-9a744d49c824e0a7d9963b00893fb2091e3ac4ab.zip |
Jason: Remove by now superfluous jason_types file
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index c7ac0d22c..77a1e606e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -47,7 +47,6 @@ use Mix.Config config :pleroma, ecto_repos: [Pleroma.Repo] config :pleroma, Pleroma.Repo, - types: Pleroma.PostgresTypes, telemetry_event: [Pleroma.Repo.Instrumenter], migration_lock: nil |