Skip to content

Commit

Permalink
remove previewFeatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker committed Dec 21, 2023
1 parent 978ef2b commit 5b273b1
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
Expand Up @@ -2,8 +2,7 @@
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
provider = "prisma-client-js"
previewFeatures = ["fullTextSearch", "fullTextIndex"]
provider = "prisma-client-js"
}

datasource db {
Expand Down

0 comments on commit 5b273b1

Please sign in to comment.