From 7cbd087fe529dca46046919dbd61c170f0a2053a Mon Sep 17 00:00:00 2001 From: demian Date: Mon, 22 Feb 2021 10:39:11 +0900 Subject: [PATCH] Remove uncheckedScalarInputs in schema.prisma --- api/db/schema.prisma | 1 - 1 file changed, 1 deletion(-) diff --git a/api/db/schema.prisma b/api/db/schema.prisma index 5aa432a..1288fdf 100644 --- a/api/db/schema.prisma +++ b/api/db/schema.prisma @@ -8,7 +8,6 @@ datasource DS { generator client { provider = "prisma-client-js" binaryTargets = "native" - previewFeatures = ["uncheckedScalarInputs"] } model Post {