diff options
author | lain <lain@soykaf.club> | 2019-05-17 11:30:35 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-05-17 11:30:35 +0200 |
commit | e39c190f046bb345e80a2195278bb59ac81b8002 (patch) | |
tree | 9cd056045abfa23f3991ed369c9a16ae99723831 | |
parent | 718b59a2631af6245570a073e3c5b2464b810a27 (diff) | |
download | pleroma-e39c190f046bb345e80a2195278bb59ac81b8002.tar.gz |
Configuration: disable migration lock.
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 3d11c3a87..92d3e0dcd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -48,7 +48,8 @@ config :pleroma, ecto_repos: [Pleroma.Repo] config :pleroma, Pleroma.Repo, types: Pleroma.PostgresTypes, - telemetry_event: [Pleroma.Repo.Instrumenter] + telemetry_event: [Pleroma.Repo.Instrumenter], + migration_lock: nil config :pleroma, Pleroma.Captcha, enabled: false, |