Hello, I’m trying to create a model with parent children relationship and I’m getting an unexpected behavior that was fixed before on this PR
https://github.com/prisma/prisma/pull/2042
I’m running prisma v1.21 with Postgress and when I create a node connecting just the parent id it also adds the relationship to the children. Not sure if I’m missing simething but my model it’s setup like the one on the issues.
https://github.com/prisma/prisma/issues/2071
Thank you.