Skip to content

Commit

Permalink
chore: update pris.ly link
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 27, 2024
1 parent 434bbac commit 022fe85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion psl/psl-core/src/common/preview_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl<'a> FeatureMapWithProvider<'a> {
},
RenamedFeatureValue {
to: PreviewFeature::FullTextSearchPostgres,
prisly_link_endpoint: "native-fts-postgres",
prisly_link_endpoint: "fts-postgres",
},
),
]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ model Blog {
title String
@@index([content, title])
}
// [1;93mwarning[0m: [1mOn `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/native-fts-postgres.[0m
// [1;93mwarning[0m: [1mOn `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/fts-postgres.[0m
// --> schema.prisma:3
//  | 
//  2 |  provider = "prisma-client-js"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ model Blog {
title String
@@index([content, title])
}
// [1;93mwarning[0m: [1mOn `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/native-fts-postgres.[0m
// [1;93mwarning[0m: [1mOn `provider = "postgresql"`, preview feature "fullTextSearch" has been renamed as "fullTextSearchPostgres". Learn more at https://pris.ly/d/fts-postgres.[0m
// --> schema.prisma:3
//  | 
//  2 |  provider = "prisma-client-js"
Expand Down

0 comments on commit 022fe85

Please sign in to comment.