Disable message insert triggers during backup import
This commit is contained in:
parent
7dced11b57
commit
34ef8dc2c8
8 changed files with 101 additions and 1 deletions
|
@ -952,6 +952,10 @@ type WritableInterface = {
|
|||
insertJob(job: Readonly<StoredJob>): void;
|
||||
deleteJob(id: string): void;
|
||||
|
||||
disableMessageInsertTriggers(): void;
|
||||
enableMessageInsertTriggersAndBackfill(): void;
|
||||
ensureMessageInsertTriggersAreEnabled(): void;
|
||||
|
||||
processGroupCallRingCancellation(ringId: bigint): void;
|
||||
cleanExpiredGroupCallRingCancellations(): void;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue