ash_admin/dev/repo.ex
Zach Daniel 7bafba814d chore: update deps, add map field for testing
fix: missing handle event in read forms
2024-03-18 21:28:07 -04:00

7 lines
166 B
Elixir

defmodule Demo.Repo do
use AshPostgres.Repo, otp_app: :ash_admin
def installed_extensions() do
["uuid-ossp", "pg_trgm", "citext", "ash-functions"]
end
end