migration for UVKs

This commit is contained in:
Francisco Gindre 2021-05-05 15:59:07 -03:00
parent 7b4bc656b6
commit 5aa8afd2aa
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ class MigrationManager {
}
func performMigration(uvks: [UnifiedViewingKey]) throws {
try performVersion1Migration(viewingKeys: uvks)
try migrateCacheDb()
try migratePendingDb()
}
fileprivate func migratePendingDb() throws {