ash_authentication/test/support/example/repo.ex
2024-04-25 22:29:17 -04:00

7 lines
189 B
Elixir

defmodule Example.Repo do
@moduledoc false
use AshPostgres.Repo, otp_app: :ash_authentication
@doc false
def installed_extensions, do: ["ash-functions", "uuid-ossp", "citext"]
end