revert non needable

This commit is contained in:
Alexander Strizhakov 2020-01-17 15:13:24 +03:00
commit ce027fd0ef
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
2 changed files with 4 additions and 5 deletions

View file

@ -17,7 +17,7 @@ defmodule Mix.Tasks.Pleroma.Config do
def run(["migrate_to_db"]) do
# we want to save original logger level
start_pleroma(false)
start_pleroma()
migrate_to_db()
end