Rename tsvector to sqlTsvector
This commit is contained in:
commit
691a9a6be2
3 changed files with 4 additions and 4 deletions
|
|
@ -254,7 +254,7 @@ export type Config = {
|
|||
};
|
||||
};
|
||||
|
||||
export type FulltextSearchProvider = 'sqlLike' | 'sqlPgroonga' | 'meilisearch' | 'tsvector';
|
||||
export type FulltextSearchProvider = 'sqlLike' | 'sqlPgroonga' | 'meilisearch' | 'sqlTsvector';
|
||||
|
||||
const _filename = fileURLToPath(import.meta.url);
|
||||
const _dirname = dirname(_filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue