Enable preview search function on DB.

This commit is contained in:
Bradley Shellnut 2023-06-20 16:29:34 -07:00
parent dd09cdf4c1
commit 9e7e6687a4

View file

@ -3,6 +3,7 @@
generator client {
provider = "prisma-client-js"
previewFeatures = ["fullTextSearch", "fullTextIndex"]
}
datasource db {