Clean up preview features (#530)

pull/532/head
Thomas Kaul 3 years ago committed by GitHub
parent 78e0fdb0ca
commit 39e6abfc8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ datasource db {
generator client {
provider = "prisma-client-js"
binaryTargets = ["debian-openssl-1.1.x", "native"]
previewFeatures = ["orderByRelation", "selectRelationCount"]
previewFeatures = []
}
model Access {

Loading…
Cancel
Save