From 05b13b3037fdfe7955af60c5a1a36e3c6c126231 Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Tue, 14 Mar 2023 13:07:36 +1100 Subject: [PATCH] update the description of the migration --- .../Database/Migrations/_012_AddFTSIfNeeded.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"