Remove uncheckedScalarInputs in schema.prisma
This commit is contained in:
@@ -8,7 +8,6 @@ datasource DS {
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
binaryTargets = "native"
|
||||
previewFeatures = ["uncheckedScalarInputs"]
|
||||
}
|
||||
|
||||
model Post {
|
||||
|
||||
Reference in New Issue
Block a user