Fix sql error when restoring from interrupted sync

This commit is contained in:
Fedor Indutny
2025-02-12 10:37:51 -08:00
committed by GitHub
parent 4c3db76bde
commit 674a0f1662
3 changed files with 21 additions and 9 deletions

View File

@@ -1011,6 +1011,9 @@ type WritableInterface = {
enableMessageInsertTriggersAndBackfill(): void;
ensureMessageInsertTriggersAreEnabled(): void;
disableFSync(): void;
enableFSyncAndCheckpoint(): void;
processGroupCallRingCancellation(ringId: bigint): void;
cleanExpiredGroupCallRingCancellations(): void;
};