|
|
@ -4,8 +4,7 @@ import Foundation
|
|
|
|
import GRDB
|
|
|
|
import GRDB
|
|
|
|
import SessionUtilitiesKit
|
|
|
|
import SessionUtilitiesKit
|
|
|
|
|
|
|
|
|
|
|
|
/// This migration adds a table to track pending read receipts (it's possible to receive a read receipt message before getting the original
|
|
|
|
/// This migration adds the FTS table back for internal test users whose FTS table was removed unintentionally
|
|
|
|
/// message due to how one-to-one conversations work, by storing pending read receipts we should be able to prevent this case)
|
|
|
|
|
|
|
|
enum _012_AddFTSIfNeeded: Migration {
|
|
|
|
enum _012_AddFTSIfNeeded: Migration {
|
|
|
|
static let target: TargetMigrations.Identifier = .messagingKit
|
|
|
|
static let target: TargetMigrations.Identifier = .messagingKit
|
|
|
|
static let identifier: String = "AddFTSIfNeeded"
|
|
|
|
static let identifier: String = "AddFTSIfNeeded"
|
|
|
|