Jan Piotrowski
Jan Piotrowski
Ping @jhaemin about Divy's last followup. We want to move this issue forward, but need your help.
Can someone provide more information that would allow us to reproduce? In the original post the relevant `list` was missing (I would say, right?) and the two comments include no...
On a quick skim your issue does not have any similarities with the originally reported one here, except that there is a "not assignable to type" error message - but...
Potentially related: https://github.com/prisma/prisma/issues/17136 https://github.com/prisma/prisma/issues/5983
Update to present behavior: Error message for @phryneas' schema now looks like this: ``` C:\Users\Jan\Documents\throwaway\divyPgBouncer>prisma generate Error: Schema parsing error: Error validating model "Post": Automatic related field generation would cause...
We can do that, but I expect this to be a limitation of the system right now. Did I follow the issue correctly that this applies both a) when using...
Let's update the issue title then :D
Did not actually become a problem yet because of: https://github.com/prisma/language-tools/issues/867
No, we only communicate our priorities via our roadmap on https://pris.ly/roadmap and do not give further ETAs, except sometimes via activity in issues that we are actively looking into. I...
So your project now has a `prisma/migrations/0_init` folder with a `migration.sql` file in it? Are you excecuting the `npx prisma migrate resolve --applied` command in the root of your project?...