forked from AkkomaGang/akkoma
Configuration: disable migration lock.
This commit is contained in:
parent
718b59a263
commit
e39c190f04
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@
|
|||
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue