signal-desktop/ts/sql/migrations/75-noop.ts
2025-08-06 10:32:08 -07:00

8 lines
275 B
TypeScript

// Copyright 2023 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export default function updateToSchemaVersion75(): void {
// This was previously a FTS5 migration, but we had to reorder the
// migrations for backports.
// See: migrations 76 and 77.
}