session-ios/SessionMessagingKit/Database/Migrations
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2022-10-21 17:32:51 +11:00
..
_001_InitialSetupMigration.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
_002_SetupStandardJobs.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
_003_YDBToGRDBMigration.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
_004_RemoveLegacyYDB.swift Removed the debug code and added a migration to remove the old YDB 2022-08-01 16:53:05 +10:00
_005_FixDeletedMessageReadState.swift Fixed a bug where deleted incoming messages could incorrectly be counted as unread 2022-08-16 11:44:11 +10:00
_006_FixHiddenModAdminSupport.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
_007_HomeQueryOptimisationIndexes.swift A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
_008_EmojiReacts.swift Merge branch 'various-bugs-and-optimisations' into emoji-reacts 2022-08-22 11:30:06 +10:00
_009_OpenGroupPermission.swift clean up Permissions 2022-09-15 16:49:39 +10:00
_010_AddThreadIdToFTS.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2022-09-26 11:16:47 +10:00