Remove uncheckedScalarInputs in schema.prisma

This commit is contained in:
demian
2021-02-22 10:39:11 +09:00
parent 3df9d752bc
commit 7cbd087fe5

View File

@@ -8,7 +8,6 @@ datasource DS {
generator client {
provider = "prisma-client-js"
binaryTargets = "native"
previewFeatures = ["uncheckedScalarInputs"]
}
model Post {