From 5ca53a70be52403a9d221f359717eb4a28c2ea12 Mon Sep 17 00:00:00 2001 From: hq1 Date: Tue, 4 Apr 2023 10:47:31 +0200 Subject: [PATCH] Start :ssl for migrations (#2818) * Start :ssl for migrations * Start :ch in migrate.sh --- lib/plausible_release.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plausible_release.ex b/lib/plausible_release.ex index fe03b29417..a63506315b 100644 --- a/lib/plausible_release.ex +++ b/lib/plausible_release.ex @@ -4,8 +4,9 @@ defmodule Plausible.Release do @app :plausible @start_apps [ + :ssl, :postgrex, - :clickhousex, + :ch, :ecto ]