Use Signal tokenizer in FTS5

This commit is contained in:
Fedor Indutny 2023-01-26 15:53:22 -08:00 committed by GitHub
parent 28a295d4e1
commit 2637df0c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 74 additions and 15 deletions

View file

@ -50,6 +50,7 @@ import updateToSchemaVersion71 from './71-merge-notifications';
import updateToSchemaVersion72 from './72-optimize-call-id-message-lookup';
import updateToSchemaVersion73 from './73-remove-phone-number-discovery';
import updateToSchemaVersion74 from './74-optimize-convo-open';
import updateToSchemaVersion75 from './75-signal-tokenizer';
function updateToSchemaVersion1(
currentVersion: number,
@ -1969,6 +1970,7 @@ export const SCHEMA_VERSIONS = [
updateToSchemaVersion72,
updateToSchemaVersion73,
updateToSchemaVersion74,
updateToSchemaVersion75,
];
export function updateSchema(db: Database, logger: LoggerType): void {