diff --git a/SessionMessagingKit/Database/Migrations/_012_AddFTSIfNeeded.swift b/SessionMessagingKit/Database/Migrations/_012_AddFTSIfNeeded.swift index 6b2fe3390..d994b6a90 100644 --- a/SessionMessagingKit/Database/Migrations/_012_AddFTSIfNeeded.swift +++ b/SessionMessagingKit/Database/Migrations/_012_AddFTSIfNeeded.swift @@ -4,8 +4,7 @@ import Foundation import GRDB 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 -/// message due to how one-to-one conversations work, by storing pending read receipts we should be able to prevent this case) +/// This migration adds the FTS table back for internal test users whose FTS table was removed unintentionally enum _012_AddFTSIfNeeded: Migration { static let target: TargetMigrations.Identifier = .messagingKit static let identifier: String = "AddFTSIfNeeded"