forked from AkkomaGang/akkoma
Load the application before executing the create task
This commit is contained in:
parent
ebee9f59d8
commit
19f16e829d
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ def rollback(args) do
|
|||
end
|
||||
|
||||
def create do
|
||||
Application.load(:pleroma)
|
||||
|
||||
case @repo.__adapter__.storage_up(@repo.config) do
|
||||
:ok ->
|
||||
IO.puts("The database for #{inspect(@repo)} has been created")
|
||||
|
|
Loading…
Reference in a new issue