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