Start :ssl for migrations (#2818)

* Start :ssl for migrations

* Start :ch in migrate.sh
This commit is contained in:
hq1 2023-04-04 10:47:31 +02:00 committed by GitHub
parent 94a86a17eb
commit 5ca53a70be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,9 @@ defmodule Plausible.Release do
@app :plausible
@start_apps [
:ssl,
:postgrex,
:clickhousex,
:ch,
:ecto
]