Closed zeneodev1 closed 2 months ago
Could you put together a reproduction project that has either a failing test or a function I can call from iex to reproduce the issue? To quickly scaffold a project:
mix archive.install hex igniter_new
mix igniter.new reproduction --install ash,ash_postgres
This issue is related to this closed issue.
It seems like to reproduce this bug i had to add
data_layer: AshPostgres.DataLayer
to the resources like the followingRuntime