Fix db error from concurrent processing of call link update sync
This commit is contained in:
parent
746b22d3dc
commit
bcb1a614ea
6 changed files with 217 additions and 40 deletions
|
@ -213,8 +213,8 @@ import {
|
|||
getCallLinkRecordByRoomId,
|
||||
insertCallLink,
|
||||
insertDefunctCallLink,
|
||||
insertOrUpdateCallLinkFromSync,
|
||||
updateCallLink,
|
||||
updateCallLinkAdminKeyByRoomId,
|
||||
updateCallLinkState,
|
||||
updateDefunctCallLink,
|
||||
} from './server/callLinks';
|
||||
|
@ -546,8 +546,8 @@ export const DataWriter: ServerWritableInterface = {
|
|||
saveCallHistory,
|
||||
markCallHistoryMissed,
|
||||
insertCallLink,
|
||||
insertOrUpdateCallLinkFromSync,
|
||||
updateCallLink,
|
||||
updateCallLinkAdminKeyByRoomId,
|
||||
updateCallLinkState,
|
||||
beginDeleteAllCallLinks,
|
||||
beginDeleteCallLink,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue