mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Better handle group call ring race conditions
This commit is contained in:
@@ -44,6 +44,7 @@ import updateToSchemaVersion65 from './65-add-storage-id-to-stickers';
|
||||
import updateToSchemaVersion66 from './66-add-pni-signature-to-sent-protos';
|
||||
import updateToSchemaVersion67 from './67-add-story-to-unprocessed';
|
||||
import updateToSchemaVersion68 from './68-drop-deprecated-columns';
|
||||
import updateToSchemaVersion69 from './69-group-call-ring-cancellations';
|
||||
|
||||
function updateToSchemaVersion1(
|
||||
currentVersion: number,
|
||||
@@ -1950,6 +1951,7 @@ export const SCHEMA_VERSIONS = [
|
||||
updateToSchemaVersion66,
|
||||
updateToSchemaVersion67,
|
||||
updateToSchemaVersion68,
|
||||
updateToSchemaVersion69,
|
||||
];
|
||||
|
||||
export function updateSchema(db: Database, logger: LoggerType): void {
|
||||
|
||||
Reference in New Issue
Block a user