add ecto repo states

This commit is contained in:
2021-09-02 23:41:13 -04:00
committed by oliviasculley
parent e9ababa7e1
commit 5875f32814
3 changed files with 5 additions and 2 deletions

View File

@ -48,7 +48,8 @@ defmodule Cannery.MixProject do
{:gettext, "~> 0.11"},
{:jason, "~> 1.0"},
{:plug_cowboy, "~> 2.0"},
{:phx_gen_auth, "~> 0.7", only: [:dev], runtime: false}
{:phx_gen_auth, "~> 0.7", only: [:dev], runtime: false},
{:ecto_psql_extras, "~> 0.6"},
]
end