session-ios/SignalUtilitiesKit/Database/Migrations
Morgan Pretty 1492232224 Made some optimisations to open group deletion handling
Added a new OpenGroupServerIdLookup to make it easier to get a database id via an open group server id
Added a migration to generate the above data
Updated the handleCompactBody method to stop early if there are no messages to delete (would previously enumerate all interactions regardless)
Updated the handleCompactBody to fetch the mapping for the deleted message so we can avoid enumerating all interactions
2022-03-21 16:53:12 +11:00
..
ContactsMigration.swift Rename contactIdentifier → contactSessionID 2021-05-05 10:00:39 +10:00
MessageRequestsMigration.swift mark current user as approved in message request migration 2022-03-08 13:55:34 +11:00
OWSDatabaseMigration.h Re-organize files 2021-01-12 11:25:31 +11:00
OWSDatabaseMigration.m Re-organize files 2021-01-12 11:25:31 +11:00
OWSDatabaseMigrationRunner.h Re-organize files 2021-01-12 11:25:31 +11:00
OWSDatabaseMigrationRunner.m Made some optimisations to open group deletion handling 2022-03-21 16:53:12 +11:00
OWSResaveCollectionDBMigration.h Re-organize files 2021-01-12 11:25:31 +11:00
OWSResaveCollectionDBMigration.m Re-organize files 2021-01-12 11:25:31 +11:00
OpenGroupServerIdLookupMigration.swift Made some optimisations to open group deletion handling 2022-03-21 16:53:12 +11:00