TM-SGNL-iOS/SignalServiceKit/Storage/Database/IncrementalMigrations/TSAttachment/TSAttachmentMigration.swift
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

10 lines
220 B
Swift

//
// Copyright 2024 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
//
import Foundation
import GRDB
/// Just a namespace for TSAttachment migration related types.
public enum TSAttachmentMigration {}