From c56cc99d4046df0c05ad930c419d499c704621d5 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Thu, 9 Jun 2022 19:01:39 +1000 Subject: [PATCH] Commented out a specific migration failure case (as people will likely hit this one) --- .../Database/Migrations/_003_YDBToGRDBMigration.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift b/SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift index 22c5d4fb3..4d97e3661 100644 --- a/SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift +++ b/SessionMessagingKit/Database/Migrations/_003_YDBToGRDBMigration.swift @@ -1059,7 +1059,8 @@ enum _003_YDBToGRDBMigration: Migration { processedAttachmentIds: &processedAttachmentIds ) else { SNLog("[Migration Error] Missing interaction attachment") - throw StorageError.migrationFailed +// throw StorageError.migrationFailed + return } // Link the attachment to the interaction and add to the id lookup