ecto_tenancy_enforcer icon indicating copy to clipboard operation
ecto_tenancy_enforcer copied to clipboard

Handle many_to_many associations

Open sb8244 opened this issue 4 years ago • 0 comments

Hitting lots of issues when preloading m2m associations. It ends up throwing an error if the join table isn't defined in the enforced_schemas, but then including it makes it impossible to cleanly query the data.

sb8244 avatar Jan 13 '21 05:01 sb8244