Hello everyone, I’m facing this very weird issue w...
# prisma-migrate
m
Hello everyone, I’m facing this very weird issue where I did the following: 1. Introduced a new optional Int field to an existing Prisma server 2. Now I want to run a manual migration by using “updateMany” mutation and I get an error “<field> is not defined in the input type” However, I can see that field defined in Playground. Moreover, I am able to run a regular update mutation (not a batch one) on a single item. Also, I am able to run this batch mutation with a local docker. Have any of you encountered this type of behaviour? This is really weird. cc @nilan
1
n
we resolved this in PM