Skip to content

Commit

Permalink
Merge branch 'rename-logins-migration-function' into update-spm-new-r…
Browse files Browse the repository at this point in the history
…ust-component-tag-94.0.0
  • Loading branch information
nbhasin2 committed Aug 10, 2022
2 parents 01114d2 + a350246 commit b6bbcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Storage/Rust/RustLogins.swift
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ public class RustLogins {
return
}

let migrationSucceeded = migrateLoginsWithMetrics(
let migrationSucceeded = migrateLoginsFromSqlcipher(
path: self.perFieldDatabasePath,
newEncryptionKey: key,
sqlcipherPath: self.sqlCipherDatabasePath,
Expand Down

0 comments on commit b6bbcc2

Please sign in to comment.