From 022fe853fca64a0b2df932eadc88efb066716f5f Mon Sep 17 00:00:00 2001 From: jkomyno Date: Wed, 27 Nov 2024 10:24:51 +0100 Subject: [PATCH] chore: update pris.ly link --- psl/psl-core/src/common/preview_features.rs | 2 +- .../preview_features/old_full_text_search/postgres.prisma | 2 +- .../preview_features/old_full_text_search/postgresql.prisma | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/psl/psl-core/src/common/preview_features.rs b/psl/psl-core/src/common/preview_features.rs index 601b35b53a6..94534ea31c6 100644 --- a/psl/psl-core/src/common/preview_features.rs +++ b/psl/psl-core/src/common/preview_features.rs @@ -182,7 +182,7 @@ impl<'a> FeatureMapWithProvider<'a> { }, RenamedFeatureValue { to: PreviewFeature::FullTextSearchPostgres, - prisly_link_endpoint: "native-fts-postgres", + prisly_link_endpoint: "fts-postgres", }, ), ]), diff --git a/psl/psl/tests/validation/preview_features/old_full_text_search/postgres.prisma b/psl/psl/tests/validation/preview_features/old_full_text_search/postgres.prisma index 3f45a701250..b201290ed51 100644 --- a/psl/psl/tests/validation/preview_features/old_full_text_search/postgres.prisma +++ b/psl/psl/tests/validation/preview_features/old_full_text_search/postgres.prisma @@ -14,7 +14,7 @@ model Blog { title String @@index([content, title]) } -// warning: On `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/native-fts-postgres. +// warning: On `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/fts-postgres. // --> schema.prisma:3 //  |  //  2 |  provider = "prisma-client-js" diff --git a/psl/psl/tests/validation/preview_features/old_full_text_search/postgresql.prisma b/psl/psl/tests/validation/preview_features/old_full_text_search/postgresql.prisma index ccab0e30fd0..eb73408f9ed 100644 --- a/psl/psl/tests/validation/preview_features/old_full_text_search/postgresql.prisma +++ b/psl/psl/tests/validation/preview_features/old_full_text_search/postgresql.prisma @@ -14,7 +14,7 @@ model Blog { title String @@index([content, title]) } -// warning: On `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/native-fts-postgres. +// warning: On `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/fts-postgres. // --> schema.prisma:3 //  |  //  2 |  provider = "prisma-client-js"