Nima
06/30/2021, 7:12 AMreferentialActions
breaks current Studio release 😞
https://github.com/prisma/studio/issues/716
Error starting Prisma Client: {
"message": "Schema Parsing P1012\n\nGet config \nerror: The preview feature \"referentialActions\" is not known. Expected one of: microsoftSqlServer, orderByRelation, nApi, selectRelationCount, orderByAggregateGroup, filterJson\n --> schema.prisma:9\n | \n 8 | provider = \"prisma-client-js\"\n 9 | previewFeatures = [\"orderByRelation\", \"nApi\", \"referentialActions\"]\n | \n\nValidation Error Count: 1\n",
siddhant
06/30/2021, 8:35 AM