mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
// Copyright 2023 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
export default function updateToSchemaVersion950(): void {
|
|
// This was a migration that enable secure-delete
|
|
}
|