Add ecto_psql_extras for db stats in dashboard

This commit is contained in:
Thelonius Kort
2022-12-27 17:07:20 +01:00
parent 4f04019dee
commit 76c5d1f3b0
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,8 @@ defmodule Outlook.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"}
{:plug_cowboy, "~> 2.5"},
{:ecto_psql_extras, "~> 0.6", only: :dev},
]
end