Retry SQL query on successful FTS5 recovery
This commit is contained in:
parent
4ad361f92b
commit
cfe5a51a1f
3 changed files with 71 additions and 43 deletions
|
@ -1141,7 +1141,7 @@ export type ServerWritableDirectInterface = WritableInterface & {
|
|||
allStickers: ReadonlyArray<string>
|
||||
) => Array<string>;
|
||||
|
||||
runCorruptionChecks: () => void;
|
||||
runCorruptionChecks: () => boolean;
|
||||
};
|
||||
|
||||
export type ServerWritableInterface =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue