2023-01-30 11:55:38 -08:00
|
|
|
// Copyright 2023 Signal Messenger, LLC
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2025-08-06 10:32:08 -07:00
|
|
|
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.
|
2023-01-30 11:55:38 -08:00
|
|
|
}
|