feat: refresh index if version changed (#14150)

This commit is contained in:
DarkSky
2025-12-26 01:08:05 +08:00
committed by GitHub
parent e8693a3a25
commit 2e38898937
19 changed files with 57 additions and 19 deletions

View File

@@ -54,4 +54,5 @@ export const nbstoreHandlers: NativeDBApis = {
ftsGetDocument: POOL.ftsGetDocument.bind(POOL),
ftsGetMatches: POOL.ftsGetMatches.bind(POOL),
ftsFlushIndex: POOL.ftsFlushIndex.bind(POOL),
ftsIndexVersion: POOL.ftsIndexVersion.bind(POOL),
};