mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-26 18:55:57 +08:00
feat: refresh index if version changed (#14150)
This commit is contained in:
@@ -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),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user