Prisma schema loaded from prisma/schema
Datasource "db": PostgreSQL database "db", schemas "audit, public" at "localhost:5432"
Error: P1012
error: The preview feature "fullTextSearchPostgres" is not known. Expected one of: deno, driverAdapters, fullTextIndex, fullTextSearch, metrics, multiSchema, nativeDistinct, postgresqlExtensions, tracing, views, relationJoins, prismaSchemaFolder, omitApi, strictUndefinedChecks
--> prisma/schema/schema.prisma:4
|
3 | binaryTargets = ["native", "linux-musl"]
4 | previewFeatures = ["relationJoins", "prismaSchemaFolder", "multiSchema", "fullTextSearchPostgres"]
|
Prisma schema loaded from prisma/schema
Datasource "db": PostgreSQL database "db", schemas "audit, public" at "localhost:5432"
Error: P1012
error: The preview feature "fullTextSearchPostgres" is not known. Expected one of: deno, driverAdapters, fullTextIndex, fullTextSearch, metrics, multiSchema, nativeDistinct, postgresqlExtensions, tracing, views, relationJoins, prismaSchemaFolder, omitApi, strictUndefinedChecks
--> prisma/schema/schema.prisma:4
|
3 | binaryTargets = ["native", "linux-musl"]
4 | previewFeatures = ["relationJoins", "prismaSchemaFolder", "multiSchema", "fullTextSearchPostgres"]
|