From cae73f5627fd80f8bb4d40bdb1044593db912478 Mon Sep 17 00:00:00 2001 From: Judah Gabriel Himango Date: Thu, 21 Mar 2019 16:42:56 -0500 Subject: [PATCH] Tweak to readme. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 21f2283..140e2fd 100644 --- a/Readme.md +++ b/Readme.md @@ -60,7 +60,7 @@ Using an old version of RavenDB.Identity and want to upgrade to the latest? You // This is necessary only if you stored users with a previous version of RavenDB.Identity. // Failure to call this method will result in existing users not being able to login. // This method can take several minutes if you have thousands of users. -UserStore.MigrateToV6(docStore) +UserStore.MigrateToV6(docStore); ``` This upgrade step is necessary because we [updated RavenDB.Identity to use RavenDB's cluster-safe compare/exchange](https://github.com/JudahGabriel/RavenDB.Identity/issues/5) to enforce user name/email uniqueness.