Files
Desktop/ts/sql/migrations/75-noop.std.ts
Fedor Indutny 44076ece79 Rename files
2025-10-16 23:45:44 -07:00

9 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.
}