Configuration: disable migration lock.

This commit is contained in:
lain 2019-05-17 11:30:35 +02:00
parent 718b59a263
commit e39c190f04
1 changed files with 2 additions and 1 deletions

View File

@ -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,