You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am actively using PG schemas and prefix options for Repo.insert(%{}, prefix: "my_shema") in my current multi-tenant application. Any plans on support the prefix option for schema? I can contribute if you are open.
Currently, I can add versions inside every schema, and it works fine on insert and update, but for delete, I got the trouble:
Hi, I am actively using PG schemas and prefix options for
Repo.insert(%{}, prefix: "my_shema")
in my current multi-tenant application. Any plans on support the prefix option for schema? I can contribute if you are open.Currently, I can add versions inside every schema, and it works fine on insert and update, but for delete, I got the trouble:
Maybe somehow it's possible to disable delete tracking for now? I can also contribute these options as well.
p.s. Thanks for doing this amazing open-source solution that should simplify my work a lot
The text was updated successfully, but these errors were encountered: