Skip to content

Commit

Permalink
feat: remove all prisma preview feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Dec 28, 2024
1 parent 3fec897 commit b291a51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["relationJoins", "nativeDistinct", "omitApi", "strictUndefinedChecks"]
provider = "prisma-client-js"
}

datasource db {
Expand Down

0 comments on commit b291a51

Please sign in to comment.