Browse Source

Clean up preview features (#530)

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

2
prisma/schema.prisma

@ -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