-
-
Notifications
You must be signed in to change notification settings - Fork 106
policy errors with polymorphic models #1770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ymc9 - happy to help fix this if it's a bug - I might just need some pointers |
Thanks for filing this @j0rdanba1n . Is this with the latest version? I'll check it and update back here. |
Yes - it is with latest version :) |
@ymc9 do you have any idea what the problem is? This is currently blocking me. Thank you :) |
Hey, I can reproduce the issue now. Will try to make a fix in the upcoming v2.7 release. |
…njected into proper hierarchy Fixes #1770
omg! thank you for such a quick fix <3 when do you expect to release v2.7.0? |
Trying my best to wrap it up now 😄. It should land no later than end of tomorrow. |
Hello, I also have a problem when adding an index on model Resource
Does not compile for prisma because it copies the index to the delegated model |
Hi @eqqe , could you help create a new issue for it? I'd like to fix it soon and release a patch. |
My zmodels are:
I get this error when trying to query a resource:
Originally posted by @j0rdanba1n in #1734 (comment)
The text was updated successfully, but these errors were encountered: