You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
_001_InitialSetupMigration.swift Added a method to allow safer database inserts 2 years ago
_002_SetupStandardJobs.swift Added a method to allow safer database inserts 2 years ago
_003_YDBToGRDBMigration.swift Added a method to allow safer database inserts 2 years ago
_004_RemoveLegacyYDB.swift Removed the debug code and added a migration to remove the old YDB 2 years ago
_005_FixDeletedMessageReadState.swift Fixed a bug where deleted incoming messages could incorrectly be counted as unread 2 years ago
_006_FixHiddenModAdminSupport.swift Added a method to allow safer database inserts 2 years ago
_007_HomeQueryOptimisationIndexes.swift A few bugs fixes and some optimisations 2 years ago
_008_EmojiReacts.swift Merge branch 'various-bugs-and-optimisations' into emoji-reacts 2 years ago
_009_OpenGroupPermission.swift clean up Permissions 2 years ago
_010_AddThreadIdToFTS.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2 years ago