Commented out a specific migration failure case (as people will likely hit this one)

pull/612/head
Morgan Pretty 3 years ago
parent 07f4f7a4ea
commit c56cc99d40

@ -1059,7 +1059,8 @@ enum _003_YDBToGRDBMigration: Migration {
processedAttachmentIds: &processedAttachmentIds processedAttachmentIds: &processedAttachmentIds
) else { ) else {
SNLog("[Migration Error] Missing interaction attachment") 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 // Link the attachment to the interaction and add to the id lookup

Loading…
Cancel
Save